File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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
345345echo " 下载 sing-boxr 相关文件..."
346346cd " $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
348348curl -o " $USERPROFILE /Downloads/config.json" -L {.json 配置文件直链}
349349echo " 下载 sing-boxr 相关文件成功"
350350
You can’t perform that action at this time.
0 commit comments