From 995bcea66297f450d2fe637e9410656b412ee7af Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 11 Dec 2025 19:49:04 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BC=98=E5=8C=96=E7=AB=AF=E5=8F=A3=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=95=8C=E9=9D=A2=E6=98=BE=E7=A4=BA=E5=B9=B6=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=87=8D=E7=BD=AE=E9=BB=98=E8=AE=A4=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E6=97=B6=E9=94=99=E8=AF=AF=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menu.sh b/scripts/menu.sh index a83cb9a..54ce7ba 100644 --- a/scripts/menu.sh +++ b/scripts/menu.sh @@ -572,7 +572,7 @@ setport() { #端口设置 echo ----------------------------------------------- echo -e " 1 修改Http/Sock5端口: \033[36m$mix_port\033[0m" echo -e " 2 设置Http/Sock5密码: \033[36m$auth\033[0m" - echo -e " 3 修改静态路由端口: \033[36m$redir_port\033[0m" + echo -e " 3 修改Redir/Tproxy端口:\033[36m$redir_port,$((redir_port + 1))\033[0m" echo -e " 4 修改DNS监听端口: \033[36m$dns_port\033[0m" echo -e " 5 修改面板访问端口: \033[36m$db_port\033[0m" echo -e " 6 设置面板访问密码: \033[36m$secret\033[0m" @@ -645,7 +645,7 @@ setport() { #端口设置 echo ----------------------------------------------- read -p "请输入需要指定代理的端口 > " multiport if [ -n "$multiport" ]; then - [ "$multiport" = "0" ] && multiport="" + [ "$multiport" = "0" ] && multiport="22,80,143,194,443,465,587,853,993,995,5222,8080,8443" common_ports=已开启 setconfig multiport $multiport setconfig common_ports $common_ports