Skip to content

Commit c630373

Browse files
committed
Don't override hostname, the default is good.
codespaces_f75573 is more meaningful than codespace, codespace-1, codespace-2, etc.
1 parent d4e1a19 commit c630373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailscaled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case "$1" in
3232
if start-stop-daemon --start --quiet --oknodo --chuid 0:0 --pidfile /run/tailscaled.pid --background \
3333
--exec /usr/sbin/tailscaled -- --state=/var/lib/tailscale/tailscaled.state \
3434
--socket=/run/tailscale/tailscaled.sock --port 41641; then
35-
tailscale up --hostname=codespace --authkey=${TAILSCALE_AUTHKEY} --netfilter-mode=off
35+
tailscale up --authkey=${TAILSCALE_AUTHKEY} --netfilter-mode=off
3636
log_end_msg 0 || true
3737
else
3838
log_end_msg 1 || true

0 commit comments

Comments
 (0)