diff options
author | Stan <stangri@melmac.net> | 2020-07-31 02:52:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 02:52:57 -0700 |
commit | 5e79fc42a30f47e8cca8bb15178c2de93b6d0cdb (patch) | |
tree | 4d192d355bad6392bbc48c0bb26647bc10ad7eb8 /applications/luci-app-https-dns-proxy/Makefile | |
parent | 8f54db8cc34c1ef1b8c4a2c691f69e0df13bfde9 (diff) | |
parent | fbe7af365583edc9d26e92d5540abc493bb40741 (diff) |
Merge pull request #4317 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: fix bootstrap_dns for cloudflare security
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 097f93b641..6ce17ecbcb 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:=10 +PKG_RELEASE:=11 include ../../luci.mk |