9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
curl -fsSL https://tailscale.com/install.sh | sh
|
|
|
|
sudo tailscale up
|
|
|
|
sudo tailscale up --accept-dns=false
|
|
|
|
echo 'flags=disable-upnp' | sudo tee -a /etc/default/tailscaled
|
|
|
|
sudo systemctl restart tailscaled |