diff options
author | Stan Grishin <stangri@melmac.net> | 2020-06-25 20:06:52 +0000 |
---|---|---|
committer | Stan <stangri@melmac.net> | 2020-06-25 13:10:09 -0700 |
commit | 558525783cf33a986efa33d23f5283b33a6c936e (patch) | |
tree | 3b144094507b1b71ad0eb799a791ad2fbad605d5 /applications/luci-app-https-dns-proxy/Makefile | |
parent | 5248bc9593b16b3f1cd7dcf796f45a108abd9ad1 (diff) |
luci-app-https-dns-proxy: bugfix: remove eDNS support
Signed-off-by: Stan Grishin <stangri@melmac.net>
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 e04e73208..b18e019aa 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy LUCI_PKGARCH:=all -PKG_RELEASE:=8 +PKG_RELEASE:=9 include ../../luci.mk |