mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-08-16 20:26:46 +00:00
Update tailscaled command to include SOCKS5 server
This commit is contained in:
@@ -33,7 +33,7 @@ fi
|
||||
|
||||
# Start tailscaled
|
||||
logger -t "tailscale_script" "Starting tailscaled daemon"
|
||||
$TAILSCALED_PATH --tun=userspace-networking --socket=$SOCKET_PATH &
|
||||
$TAILSCALED_PATH --socks5-server=localhost:1055 --tun=userspace-networking --socket=$SOCKET_PATH &
|
||||
TAILSCALED_PID=$!
|
||||
|
||||
# Wait for tailscaled to initialize
|
||||
@@ -61,4 +61,4 @@ logger -t "tailscale_script" "Tailscale VPN is running"
|
||||
logger -t "tailscale_script" "To change settings, modify parameters in ACAP web interface"
|
||||
|
||||
# Wait for tailscaled process to exit
|
||||
wait $TAILSCALED_PID
|
||||
wait $TAILSCALED_PID
|
||||
|
||||
Reference in New Issue
Block a user