diff options
author | Andrew Payne <phalange@komputermatrix.com> | 2023-04-09 02:45:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:21 +0700 |
commit | f7525cd724c4c8afda31ba9b36aa6077bd7455ea (patch) | |
tree | 45ad0f9565540dbc041dab981642721183dc41c1 /network/tailscale/README | |
parent | 82f852b861ce6aeb3d2717e8c3c4e8c416117a3d (diff) |
network/tailscale: Added (vpn service)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/tailscale/README')
-rw-r--r-- | network/tailscale/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/tailscale/README b/network/tailscale/README new file mode 100644 index 000000000000..a040087e56ee --- /dev/null +++ b/network/tailscale/README @@ -0,0 +1,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. |