Skip to content

Instantly share code, notes, and snippets.

@devjj
Created May 26, 2023 23:34
Show Gist options
  • Save devjj/6eb636c81d7f1cb495f385478db123bc to your computer and use it in GitHub Desktop.
Save devjj/6eb636c81d7f1cb495f385478db123bc to your computer and use it in GitHub Desktop.
Firewalla Gold 22.04 post_main.d script for Tailscale
sudo curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
sudo curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
sudo apt-get update
sudo apt-get install -y tailscale
sudo tailscale up --advertise-routes=10.0.1.0/24 --accept-routes --advertise-exit-node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment