optimize & bump version

This commit is contained in:
asvow
2025-04-24 22:50:00 +08:00
parent 4d6b5e104d
commit ed92314719
8 changed files with 354 additions and 373 deletions

View File

@@ -30,15 +30,21 @@ Tailscale is a zero config VPN for building secure networks.
## How to install prebuilt packages
- Upload the prebuilt ipk package to the /tmp directory of OpenWrt
- Upload the prebuilt ipk or apk package to the /tmp directory of OpenWrt
- Login OpenWrt terminal (SSH)
### opkg package manager
```shell
opkg update
opkg install --force-overwrite /tmp/luci-*-tailscale*.ipk
```
### apk package manager
```shell
apk update
apk add —allow-untrusted /tmp/luci-*-tailscale*.apk
```
--------------
## Thanks