Skip to content

Commit

Permalink
Update startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zizifn authored May 29, 2022
1 parent 05689e3 commit 54182ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudfla
chmod +x /root/cloudflared
# /usr/bin/v2ray -config /root/config.json & /root/cloudflared tunnel --no-autoupdate run --token $TUNNEL_TOKEN & nginx -c /root/nginx.conf -g 'daemon off;'
caddy start --config /root/Caddyfile
/usr/bin/v2ray -config /root/config.json & /root/cloudflared tunnel --no-autoupdate run --token $TUNNEL_TOKEN
/usr/bin/v2ray -config /root/config.json & /root/cloudflared tunnel --no-autoupdate --protocol http2 run --token $TUNNEL_TOKEN
else
caddy start --config /root/Caddyfile
/usr/bin/v2ray -config /root/config.json
Expand Down

0 comments on commit 54182ea

Please sign in to comment.