File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tailscale-over-cloudflare-warp-arm64
tailscale-over-gluetun-arm64 Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ sleep 5
3939
4040# Bring up the Tailscale connection and advertise this node as an exit node
4141echo " Connecting Tailscale and advertising this node as an exit node..."
42- tailscale up --advertise-exit-node --accept-dns=false
42+ tailscale set --advertise-exit-node --accept-dns=false --webclient
43+ tailscale up
4344
4445# Allow some time (5 seconds) for the Tailscale connection to establish
4546echo " Sleeping for 5 seconds to allow Tailscale connection to establish..."
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ sleep 5
3636
3737# Bring up the Tailscale connection and advertise this node as an exit node.
3838echo " Connecting Tailscale and advertising this node as an exit node..."
39- /app/tailscale up --advertise-exit-node --accept-dns=false --webclient
39+ /app/tailscale set --advertise-exit-node --accept-dns=false --webclient
40+ /app/tailscale up
4041
4142# Allow some time (5 seconds) for the Tailscale connection to establish.
4243echo " Sleeping for 5 seconds to allow Tailscale connection to establish..."
You can’t perform that action at this time.
0 commit comments