diff options
author | Stan Grishin <stangri@melmac.net> | 2020-07-29 09:41:12 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-07-29 09:41:12 +0000 |
commit | 9c2bc71d2e8389e4d05f20bdcbb4dc3d8b7eb779 (patch) | |
tree | ccaf7d3986e6ce17bfe6df9d01e95e091cd66fef /applications/luci-app-https-dns-proxy/Makefile | |
parent | 1c92d9f706de9a411c549bac60a9a3ba67533f4e (diff) |
luci-app-https-dns-proxy: add OpenDNS servers
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 b18e019aa..097f93b64 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:=9 +PKG_RELEASE:=10 include ../../luci.mk |