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