diff options
author | Stan Grishin <stangri@melmac.ca> | 2021-12-28 14:42:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 14:42:35 -0800 |
commit | 73e21c3b5791ac97aa7b437c8e683cdbea407395 (patch) | |
tree | 0f3b86747b727ad6c18fdaa17eb2a7cd1f33e1fb /applications/luci-app-https-dns-proxy/Makefile | |
parent | a2d121f05bf815111902900c2e5c638aa0d04d42 (diff) | |
parent | da3bb1e80bc98f90d1128f332fc5ceecc20bf6d5 (diff) |
Merge pull request #5619 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: add AhaDNS and minor fixes
Diffstat (limited to 'applications/luci-app-https-dns-proxy/Makefile')
-rw-r--r-- | applications/luci-app-https-dns-proxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index c85bb3264d..e1d81696c4 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -1,11 +1,11 @@ -# Copyright 2017-2018 Stan Grishin (stangri@melmac.net) +# Copyright 2017-2018 Stan Grishin (stangri@melmac.ca) # This is free software, licensed under the GNU General Public License v3. include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later -PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> -PKG_VERSION:=2021-07-29-1 +PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> +PKG_VERSION:=2021-09-27-2 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy |