Skip to content

Commit 8423bd7

Browse files
committed
fix: enable --webclient
run-ci
1 parent 5012f67 commit 8423bd7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tailscale-over-cloudflare-warp-arm64/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ sleep 5
3939

4040
# Bring up the Tailscale connection and advertise this node as an exit node
4141
echo "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
4546
echo "Sleeping for 5 seconds to allow Tailscale connection to establish..."

tailscale-over-gluetun-arm64/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ sleep 5
3636

3737
# Bring up the Tailscale connection and advertise this node as an exit node.
3838
echo "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.
4243
echo "Sleeping for 5 seconds to allow Tailscale connection to establish..."

0 commit comments

Comments
 (0)