From b41346ce93c096d8ce09cfa0e3eb3092c97b52e2 Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:18:01 +0800 Subject: [PATCH] Update start.sh --- python/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/start.sh b/python/start.sh index e776267..70f89b5 100644 --- a/python/start.sh +++ b/python/start.sh @@ -8,7 +8,7 @@ export ARGO_AUTH=${ARGO_AUTH:-''} # 固定隧道toke export CFIP=${CFIP:-'www.visa.com.tw'} # argo节点优选域名 export CFPORT=${CFPORT:-'8443'} # argo节点端口 export ARGO_PORT=${ARGO_PORT:-'8001'} # argo端口也是vmess端口 使用固定隧道token需和cf后台设置对应 -export SERVER_PORT="${SERVER_PORT:-${PORT:-7860}}" # Hy2 端口,自动获取玩具端口,无需不用填写 +export SERVER_PORT="${SERVER_PORT:-${PORT:-7860}}" # Hy2 端口,自动获取玩具端口,不用填写 export REALITY_PORT=${REALITY_PORT:-'50000'} # vless-reality 端口,支持多端口玩具可填写 export TUIC_PORT=${TUIC_PORT:-'60000'} # tuic5 端口,支持多端口玩具可填写