Skip to content

Commit

Permalink
Update tailscaled script
Browse files Browse the repository at this point in the history
add default socket for the vscode tailscale extension
  • Loading branch information
gbraad committed Oct 8, 2024
1 parent 283b344 commit e939d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tailscaled
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case "$1" in
start)
echo "Starting Tailscale VPN"
tailscaled --state=/var/lib/tailscale/tailscaled.state \
--socket=/run/tailscale/tailscaled.sock \
--socket=/var/run/tailscale/tailscaled.sock \
--port 41641 \
2>/dev/null &
tailscale up --authkey=${TAILSCALE_AUTHKEY} \
Expand Down

0 comments on commit e939d93

Please sign in to comment.