This commit is contained in:
asvow
2024-06-04 10:02:13 +08:00
parent fe7ed6ebbf
commit 35d083156a
2 changed files with 8 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ LUCI_TITLE:=LuCI for Tailscale
LUCI_DEPENDS:=+tailscale +jsonfilter +ucode LUCI_DEPENDS:=+tailscale +jsonfilter +ucode
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_VERSION:=1.0.6 PKG_VERSION:=1.0.7
include $(TOPDIR)/feeds/luci/luci.mk include $(TOPDIR)/feeds/luci/luci.mk

View File

@@ -2,6 +2,12 @@
Tailscale is a zero config VPN for building secure networks. Tailscale is a zero config VPN for building secure networks.
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/asvow/luci-app-tailscale?style=flat-square)](https://github.com/asvow/luci-app-tailscale/releases)
[![GitHub stars](https://img.shields.io/github/stars/asvow/luci-app-tailscale?style=flat-square)](https://github.com/asvow/luci-app-tailscale/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/asvow/luci-app-tailscale?style=flat-square)](https://github.com/asvow/luci-app-tailscale/network/members)
[![License](https://img.shields.io/github/license/asvow/luci-app-tailscale?style=flat-square)](LICENSE)
[![GitHub All Releases](https://img.shields.io/github/downloads/asvow/luci-app-tailscale/total?style=flat-square)](https://github.com/asvow/luci-app-tailscale/releases)
## How to build ## How to build
- Only compatible with luci2 version - Only compatible with luci2 version
@@ -30,7 +36,7 @@ Tailscale is a zero config VPN for building secure networks.
```shell ```shell
opkg update opkg update
opkg install --force-overwrite /tmp/luci-app-tailscale_*_all.ipk opkg install --force-overwrite /tmp/luci-*-tailscale*.ipk
``` ```
-------------- --------------