set the static ip to tailscale assigned ip

This commit is contained in:
asvow
2024-01-31 16:30:50 +08:00
parent 200faabc15
commit 183cb1649c
3 changed files with 5 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ Tailscale is a zero config VPN for building secure networks.
```shell
opkg update
opkg install --force-overwrite luci-app-tailscale_*_all.ipk
opkg install --force-overwrite /tmp/luci-app-tailscale_*_all.ipk
```
--------------