summaryrefslogtreecommitdiffstats
path: root/network/tailscale/README
blob: a040087e56ee28765fd6e6b026a7296508245008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Tailscale is a zero config VPN for building secure networks.
Install on any device in minutes. Remote access from any
network or physical location.

The service has two parts: tailscaled (daemon) and tailscale.
Both must run. I use this from a terminal:

daemon --user root tailscaled $exec && tailscale up

The first time, a url will pop up to authenticate.

Once the daemon is running, there's no need to restart it
until your next session. You can simply run

tailscale up
tailscale down

to connect and disconnect.