mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
f7525cd724
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
18 lines
519 B
Text
18 lines
519 B
Text
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.
|