slackbuilds/network/tailscale
afhpayne 62266b412e
network/tailscale: Updated for version 1.72.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-07 09:08:44 +07:00
..
README
doinst.sh
slack-desc
tailscale.SlackBuild network/tailscale: Updated for version 1.72.1. 2024-09-07 09:08:44 +07:00
tailscale.info network/tailscale: Updated for version 1.72.1. 2024-09-07 09:08:44 +07:00

README

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.