From 904ae3190b0871593e3136a8cc7cf287cac9149b Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:08:47 +0800 Subject: [PATCH] Update start.sh --- go/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/start.sh b/go/start.sh index 6c21c53..a33167d 100644 --- a/go/start.sh +++ b/go/start.sh @@ -8,7 +8,7 @@ export ARGO_AUTH=${ARGO_AUTH:-''} # 固定隧道token或jso export CFIP=${CFIP:-'www.visa.com.tw'} # argo节点优选域名 export CFPORT=${CFPORT:-'443'} # argo节点端口 export NAME=${NAME:-'AAA'} # 节点名称 -export FILE_PATH=${FILE_PATH:-'./.tmp'} # sub 路径 +export FILE_PATH=${FILE_PATH:-'./temp'} # sub 路径 export ARGO_PORT=${ARGO_PORT:-'8001'} # argo端口 使用固定隧道token需和cf后台设置对应 export TUIC_PORT=${TUIC_PORT:-'40000'} # Tuic 端口,支持多端口玩具可填写,否则不动 export HY2_PORT=${HY2_PORT:-'50000'} # Hy2 端口,支持多端口玩具可填写,否则不动