openwrt-packages/net/tailscale
Zephyr Lykos 8b100c8dd1 tailscale: Update to 1.64.2
<https://github.com/tailscale/tailscale/releases/v1.64.2>

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2024-04-21 21:31:23 -07:00
..
files tailscale: set nftables as default 2023-09-15 09:49:47 +08:00
Makefile tailscale: Update to 1.64.2 2024-04-21 21:31:23 -07:00
README.md tailscale: set nftables as default 2023-09-15 09:49:47 +08:00
test.sh tailscale: update to 1.36.0 2023-02-04 18:26:54 +08:00

README.md

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

[!NOTE] By default this package will use nftables. If you wish to use iptables, the config file /etc/config/tailscale can be modfied, changing the line fw_mode 'nftables' to fw_mode 'iptables'. You can then run /etc/init.d/tailscale restart to restart tailscale using your chosen method

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

See the OpenWrt wiki for more detailed setup instructions