update 2025-05-07 12:27:04
This commit is contained in:
parent
dac06ab82c
commit
39ed999eb6
|
@ -42,7 +42,7 @@ Tailscale is a zero config VPN for building secure networks.
|
|||
### apk package manager
|
||||
```shell
|
||||
apk update
|
||||
apk add —allow-untrusted /tmp/luci-*-tailscale*.apk
|
||||
apk add --allow-untrusted --force-overwrite /tmp/luci-*-tailscale*.apk
|
||||
```
|
||||
|
||||
--------------
|
||||
|
@ -51,6 +51,8 @@ Tailscale is a zero config VPN for building secure networks.
|
|||
- [Carseason/openwrt-tailscale](https://github.com/Carseason/openwrt-tailscale)
|
||||
- [immortalwrt/luci-app-zerotier](https://github.com/immortalwrt/luci/blob/master/applications/luci-app-zerotier)
|
||||
|
||||
--------------
|
||||
|
||||
## Screenshot
|
||||
<img width="573" alt="Basic" src="https://github.com/user-attachments/assets/bfca389a-bcec-42de-b5dd-b9588fd5db23" />
|
||||
<img width="577" alt="Advanced" src="https://github.com/user-attachments/assets/d60ce19e-b3f3-43a7-98fc-7df6e2231898" />
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=8023379316bca4713dcfa5ba4ea2fe7f4c127fff64a0cb7859d4756142b2c4dc
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20250430053132
|
||||
GEOSITE_VER:=20250507011742
|
||||
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
||||
define Download/geosite
|
||||
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
||||
URL_FILE:=dlc.dat
|
||||
FILE:=$(GEOSITE_FILE)
|
||||
HASH:=c773807ff768ceea3bc99c77133024f59f5d0df1818fa51688e43c00a6941c95
|
||||
HASH:=0cd37d05a4d2ddf4d44d72fb45cbfc73fa03ccf4e2fc2670a1e7c7f45de1abed
|
||||
endef
|
||||
|
||||
GEOSITE_IRAN_VER:=202505050041
|
||||
|
|
Loading…
Reference in New Issue