diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-04-12 13:39:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 13:39:33 -0700 |
commit | 0656682fd968a417255525006d620ed9555b535a (patch) | |
tree | 6a6fb2b9d79339ed2193fc2c0634692f4de3cb2e /applications/luci-app-https-dns-proxy/Makefile | |
parent | 98a7a175728a96b58dabd7090c2778a600be467e (diff) | |
parent | f19647536440f93a16612d4746508f9ff7d49161 (diff) |
Merge pull request #7052 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: bugfix: status/overview page include
Diffstat (limited to 'applications/luci-app-https-dns-proxy/Makefile')
-rw-r--r-- | applications/luci-app-https-dns-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index 20e3be869e..f546806849 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-https-dns-proxy PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_VERSION:=2023.11.19 -PKG_RELEASE:=r2 +PKG_RELEASE:=r3 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy |