Skip to content

Commit 9ad1f18

Browse files
committed
新增 sing-boxr 内核类型
1 parent 24b7966 commit 9ad1f18

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_posts/2024-08-21-pin-toolsinstall.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ export url='https://cdn.jsdelivr.net/gh/juewuy/ShellCrash@master' && sh -c "$(cu
3737
| ------------ | --------- | --------- | ------- | ------- | ------- | :-----------------: | ---------------- | ------------------ | ------------------ |
3838
| **链接后缀** | `amd64v1` | `amd64v3` | `armv5` | `armv6` | `armv7` | `armv8` | `mips-softfloat` | `mipsle-softfloat` | `mipsle-hardfloat` |
3939

40+
**[sing-boxr 内核](https://github.com/reF1nd/sing-box) Linux 版下载链接后缀和 CPU 架构对应关系如下表:**
41+
42+
| CPU 架构 | AMD64v1 | AMD64v3 | ARMv5 | ARMv6 | ARMv7 | ARMv8&ARM64&AArch64 | mips-softfloat | mipsle-softfloat | mipsle-hardfloat |
43+
| ------------ | --------- | --------- | ------- | ------- | ------- | :-----------------: | ---------------- | ------------------ | ------------------ |
44+
| **链接后缀** | `amd64v1` | `amd64v3` | `armv5` | `armv6` | `armv7` | `armv8` | `mips-softfloat` | `mipsle-softfloat` | `mipsle-hardfloat` |
45+
4046
**sing-box 内核 Linux 版下载链接后缀和 CPU 架构对应关系如下表:**
4147

4248
| CPU 架构 | AMD64 | ARMv5 | ARMv6 | ARMv7 | ARMv8&ARM64&AArch64 | mips-softfloat | mipsle-softfloat | mipsle-hardfloat |

_posts/2024-08-22-share-windows-singboxr-ruleset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Windows Registry Editor Version 5.00
292292
echo "导入 sing-boxr 内核和配置文件..."
293293
cd "$PROGRAMFILES"
294294
mkdir -p sing-box/ui
295-
curl -o sing-box/sing-box.exe -L https://ghfast.top/https://github.com/DustinWin/proxy-tools/releases/download/sing-box/sing-box-ref1nd-dev-windows-amd64.exe
295+
curl -o sing-box/sing-box.exe -L https://ghfast.top/https://github.com/DustinWin/proxy-tools/releases/download/sing-box/sing-box-ref1nd-dev-windows-amd64v3.exe
296296
curl -o sing-box/config.json -L https://ghfast.top/{.json 配置文件直链}
297297
sed -i -E "s/(\"client_subnet\": \")[0-9.]+\/[0-9]+/\1$(curl -s 4.ipw.cn | cut -d. -f1-3).0\/24/" sing-box/config.json
298298
echo "导入 sing-boxr 内核和配置文件成功"
@@ -344,7 +344,7 @@ Windows Registry Editor Version 5.00
344344

345345
echo "下载 sing-boxr 相关文件..."
346346
cd "$PROGRAMFILES/sing-box"
347-
curl -o "$USERPROFILE/Downloads/sing-box.exe" -L https://github.com/DustinWin/proxy-tools/releases/download/sing-box/sing-box-ref1nd-dev-windows-amd64.exe
347+
curl -o "$USERPROFILE/Downloads/sing-box.exe" -L https://github.com/DustinWin/proxy-tools/releases/download/sing-box/sing-box-ref1nd-dev-windows-amd64v3.exe
348348
curl -o "$USERPROFILE/Downloads/config.json" -L {.json 配置文件直链}
349349
echo "下载 sing-boxr 相关文件成功"
350350

0 commit comments

Comments
 (0)