libre2: fix pkgconfig paths
[feed/packages.git] / net / tailscale / README.md
1 # Tailscale
2 This readme should help you with tailscale client setup.
3
4 ## Install
5 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).
6
7 To install them run
8 ```
9 opkg install tailscale tailscaled
10 ```
11
12 ## First setup
13
14 First, enable and run daemon
15
16 ```
17 /etc/init.d/tailscale enable
18 /etc/init.d/tailscale start
19 ```
20
21 Then you should use tailscale utility to get a login link for your device.
22
23 Run command and finish device registration with the given URL.
24 ```
25 tailscale up
26 ```
27
28 If you are running with nftables, it is not supported by tailscale,
29 so disable it and configure firewall by yourself and add argument
30 --netfilter-mode off
31 to tailscale up command to disable iptables use.
32
33 After that, you should see your router in tailscale admin page.