diff options
author | Stan <stangri@melmac.net> | 2020-06-02 06:18:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 06:18:29 -0700 |
commit | 068449bf15cbf30c4461b2b9d48fe999e9ed642c (patch) | |
tree | ff77fa37e693faded43128755466fb9fa8ce5899 /applications/luci-app-https-dns-proxy/Makefile | |
parent | 09014e01ab570a7b73d6b3f5d2f1a88bf7a763b4 (diff) | |
parent | b92be52d89d6cb21a3f3a114a006d173d1598433 (diff) |
Merge pull request #4117 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: decrease reliance on shell commands; proper acl.d file; add cloudflare family/protect
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 6a1ac29841..e04e73208f 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:=6 +PKG_RELEASE:=8 include ../../luci.mk |