diff --git a/README.md b/README.md index 6fac278..b54668f 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ * 注意nat小鸡安装完一键脚本之后需手动更改订阅端口和节点端口在允许范围内的端口,否则节点不通 * 可在脚本前添加PORT变量,随脚本一起运行,即可定义端口,需确保PORT端口后面的3个端口可用,否则节点不通 -vps一键脚本 +## VPS一键四协议安装脚本 ``` bash <(curl -Ls https://raw.githubusercontent.com/eooce/sing-box/main/sing-box.sh) ``` -ssh综合工具箱一键脚本 +## ssh综合工具箱一键脚本 ``` curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh ```