Update README.md

This commit is contained in:
eooce
2024-09-19 01:27:04 +08:00
committed by GitHub
parent 82a774dcb6
commit cd7905ba7a
+7
View File
@@ -4,11 +4,18 @@
* 支持的系统:Ubuntu/Debian/CentOS/Alpine/Fedora/Rocky/Almalinux/kail
* 注意nat小鸡安装完一键脚本之后需手动更改订阅端口和节点端口在允许范围内的端口,否则节点不通
* 可在脚本前添加PORT变量,随脚本一起运行,即可定义端口,需确保PORT端口后面的3个端口可用,否则节点不通
* 可选环境变量PORT CFIP CFPORT
## VPS一键四协议安装脚本
```
bash <(curl -Ls https://raw.githubusercontent.com/eooce/sing-box/main/sing-box.sh)
```
## 带端口变量运行示列
PORT=开放的端口 确保后面3个端口可用 CFIP为优选IP或优选域名,CFPORT为优选ip或优选域名对应的端口
```
PORT=你的端口 CFIP=www.visa.com.tw CFPORT=443 bash <(curl -Ls https://raw.githubusercontent.com/eooce/sing-box/main/sing-box.sh)
```
## ssh综合工具箱一键脚本
```