Skip to content

Instantly share code, notes, and snippets.

@zackbradys
Last active September 17, 2023 18:04
Show Gist options
  • Save zackbradys/937d671d07b4078852386fb44abfd424 to your computer and use it in GitHub Desktop.
Save zackbradys/937d671d07b4078852386fb44abfd424 to your computer and use it in GitHub Desktop.
#tailscale install
#simple linux tailscale install with authenticate
#reach out with questions to @zackbradys
sudo su
curl -fsSL https://tailscale.com/install.sh | sh
tailscale login --authkey=$AUTH-KEY
sudo tailscale up
# tailscale exit node setup
tailscale up --advertise-routes=$IP-CIDR --advertise-exit-node --accept-routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment