From 32ecd7006572eea939f6688fe6c6b27a143a47b3 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Mon, 16 Feb 2026 16:04:40 -0500 Subject: [PATCH] added tailscale notes --- setup/4-notes.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/4-notes.sh b/setup/4-notes.sh index 4c15591..f0ca871 100755 --- a/setup/4-notes.sh +++ b/setup/4-notes.sh @@ -2,6 +2,9 @@ echo 'Next steps:' echo '* get tailscale install script from the website and run it' +echo 'typically want to disable tailscale-dns on servers, and maybe offer as exit node:' +echo 'sudo tailscale up --login-server="https://" --accept-dns=false --advertise-exit-node' +echo '' echo '* setup config.sh for shell-scripts' echo '* setup crons for storage and thermal alerts'