From 96e8a8fd9736772649f3042b80abc66b3841b994 Mon Sep 17 00:00:00 2001 From: Weston Blieden Date: Tue, 14 Apr 2026 15:02:06 +0200 Subject: [PATCH] fix: correct flag name --outbound-http-proxy-listen (remove trailing 'er') --- aarch64/app/Tailscale_VPN | 2 +- aarch64_custom/app/lib/start_tailscale.sh | 2 +- arm/app/Tailscale_VPN | 2 +- arm_custom/app/lib/start_tailscale.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aarch64/app/Tailscale_VPN b/aarch64/app/Tailscale_VPN index 712bc72..da0d84e 100755 --- a/aarch64/app/Tailscale_VPN +++ b/aarch64/app/Tailscale_VPN @@ -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=$! diff --git a/aarch64_custom/app/lib/start_tailscale.sh b/aarch64_custom/app/lib/start_tailscale.sh index c32ddb6..b04a2ce 100644 --- a/aarch64_custom/app/lib/start_tailscale.sh +++ b/aarch64_custom/app/lib/start_tailscale.sh @@ -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=$! diff --git a/arm/app/Tailscale_VPN b/arm/app/Tailscale_VPN index 712bc72..da0d84e 100755 --- a/arm/app/Tailscale_VPN +++ b/arm/app/Tailscale_VPN @@ -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=$! diff --git a/arm_custom/app/lib/start_tailscale.sh b/arm_custom/app/lib/start_tailscale.sh index c32ddb6..b04a2ce 100644 --- a/arm_custom/app/lib/start_tailscale.sh +++ b/arm_custom/app/lib/start_tailscale.sh @@ -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=$!