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=$!