Skip to content

Cheat sheet for tailscale

I wanted to jot down some Tailscale flags I use quite a bit.

sudo tailscale up \
  --accept-dns=false \
  --advertise-exit-node \
  --advertise-routes=192.168.4.142/32 \
  --reset

Comments