Skip to content

Instantly share code, notes, and snippets.

@abykal
Last active December 5, 2022 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abykal/b334b291985eb36fa6df4feea1ae5fd7 to your computer and use it in GitHub Desktop.
Save abykal/b334b291985eb36fa6df4feea1ae5fd7 to your computer and use it in GitHub Desktop.
Tailscale Setup
# One command installation
curl -fsSL https://tailscale.com/install.sh | sh
OR
# Manual Install for Ubuntu based x86/ARM CPUs
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/[focal].noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/[focal].tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
sudo apt-get update
sudo apt-get install tailscale
sudo tailscale up
tailscale ip -4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment