diff options
author | Stan <stangri@melmac.net> | 2020-07-29 02:45:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 02:45:08 -0700 |
commit | 815d255276c0b5b9ba13aca15a3994c206adbc77 (patch) | |
tree | ccaf7d3986e6ce17bfe6df9d01e95e091cd66fef /applications/luci-app-https-dns-proxy/Makefile | |
parent | 1c92d9f706de9a411c549bac60a9a3ba67533f4e (diff) | |
parent | 9c2bc71d2e8389e4d05f20bdcbb4dc3d8b7eb779 (diff) |
Merge pull request #4310 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: add OpenDNS servers
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 b18e019aaa..097f93b641 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 |