Skip to content

Instantly share code, notes, and snippets.

@ljtill
Last active June 7, 2023 12:38
Show Gist options
  • Save ljtill/6edc9ede19a93d46cb814492f385d028 to your computer and use it in GitHub Desktop.
Save ljtill/6edc9ede19a93d46cb814492f385d028 to your computer and use it in GitHub Desktop.
Provides the ability to bootstrap an Azure VM with the Tailscale agent
sudo apt update
curl -fsSL https://tailscale.com/install.sh | sh
sudo tailscale up --accept-dns=false --auth-key=<REPLACE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment