packages/net/tailscale
Stanislav Petrashov 177fa6c1bd tailscale: update to v1.32.0
Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2023-04-02 12:58:51 +00:00
..
files packages: merge upstream 2021-06-15 17:47:11 +08:00
Makefile tailscale: update to v1.32.0 2023-04-02 12:58:51 +00:00
README.md packages: merge upstream 2021-06-15 17:47:11 +08:00
test.sh tailscale: add version tests 2023-04-02 12:58:42 +00:00

Tailscale

This readme should help you with tailscale client setup.

Install

There are two packages related to tailscale. Tailscaled (daemon which has to run every time you want to be connected to VPN) and tailscale (package with a utility which is necessary for registering device).

To install them run

opkg install tailscale tailscaled

First setup

First, enable and run daemon

/etc/init.d/tailscale enable
/etc/init.d/tailscale start

Then you should use tailscale utility to get a login link for your device.

Run command and finish device registration with the given URL.

tailscale up

After that, you should see your router in tailscale admin page.