fix: correct flag name --outbound-http-proxy-listen (remove trailing 'er')

This commit is contained in:
Weston Blieden
2026-04-14 15:02:06 +02:00
parent 8c9072b876
commit 96e8a8fd97
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon (userspace networking)"
--state="$STATE_DIR/tailscaled.state" \
--socket="$STATE_DIR/tailscaled.sock" \
--socks5-server=localhost:1055 \
--outbound-http-proxy-listener=localhost:8080 \
--outbound-http-proxy-listen=localhost:8080 \
--tun=userspace-networking \
2>&1 | logger -t "Tailscale_VPN" &
TAILSCALED_PID=$!
+1 -1
View File
@@ -42,7 +42,7 @@ $TAILSCALED_PATH \
--state="$STATE_DIR/tailscaled.state" \
--socket=$SOCKET_PATH \
--socks5-server=localhost:1055 \
--outbound-http-proxy-listener=localhost:8080 \
--outbound-http-proxy-listen=localhost:8080 \
--tun=userspace-networking \
2>&1 | logger -t "tailscale_script" &
TAILSCALED_PID=$!
+1 -1
View File
@@ -17,7 +17,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon (userspace networking)"
--state="$STATE_DIR/tailscaled.state" \
--socket="$STATE_DIR/tailscaled.sock" \
--socks5-server=localhost:1055 \
--outbound-http-proxy-listener=localhost:8080 \
--outbound-http-proxy-listen=localhost:8080 \
--tun=userspace-networking \
2>&1 | logger -t "Tailscale_VPN" &
TAILSCALED_PID=$!
+1 -1
View File
@@ -42,7 +42,7 @@ $TAILSCALED_PATH \
--state="$STATE_DIR/tailscaled.state" \
--socket=$SOCKET_PATH \
--socks5-server=localhost:1055 \
--outbound-http-proxy-listener=localhost:8080 \
--outbound-http-proxy-listen=localhost:8080 \
--tun=userspace-networking \
2>&1 | logger -t "tailscale_script" &
TAILSCALED_PID=$!