From 9d0467fbaa4983378db2383078d6e6c1dfde40bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:26:41 +0800 Subject: [PATCH] Update serv00keep.sh --- serv00keep.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/serv00keep.sh b/serv00keep.sh index 066eeda..c437b35 100644 --- a/serv00keep.sh +++ b/serv00keep.sh @@ -458,11 +458,13 @@ fi else agg=$(cat ag.txt) if [[ $ARGO_AUTH =~ ^[A-Z0-9a-z=]{120,250}$ ]]; then - args="tunnel --edge-ip-version auto --no-autoupdate --protocol http2 run --token ${ARGO_AUTH}" + #args="tunnel --edge-ip-version auto --no-autoupdate --protocol http2 run --token ${ARGO_AUTH}" + args="tunnel --no-autoupdate run --token ${ARGO_AUTH}" elif [[ $ARGO_AUTH =~ TunnelSecret ]]; then args="tunnel --edge-ip-version auto --config tunnel.yml run" else - args="tunnel --edge-ip-version auto --no-autoupdate --protocol http2 --logfile boot.log --loglevel info --url http://localhost:$vmess_port" + #args="tunnel --edge-ip-version auto --no-autoupdate --protocol http2 --logfile boot.log --loglevel info --url http://localhost:$vmess_port" + args="tunnel --url http://localhost:$vmess_port --no-autoupdate --logfile boot.log --loglevel info" fi nohup ./"$agg" $args >/dev/null 2>&1 & sleep 10