From 6f204b84c434e9ef5fbcffbb5cd7b55adeebc10e Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:11:48 +0800 Subject: [PATCH] =?UTF-8?q?VPS=E4=B8=80=E9=94=AE=E5=9B=9B=E5=90=88?= =?UTF-8?q?=E4=B8=80=E8=84=9A=E6=9C=AC(reality+vmess-argo+hysteria2+tuic5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sing-box.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sing-box.sh b/sing-box.sh index acbfb8d..b3b041f 100644 --- a/sing-box.sh +++ b/sing-box.sh @@ -166,7 +166,7 @@ install_singbox() { # 生成随机端口和密码 vless_port=$(shuf -i 1000-65535 -n 1) - vless_bru_port=$(($vless_port + 1)) + nginx_port=$(($vless_port + 1)) tuic_port=$(($vless_port + 2)) hy2_port=$(($vless_port + 3)) uuid=$(cat /proc/sys/kernel/random/uuid)