diff options
author | Stan Grishin <stangri@melmac.net> | 2020-05-30 11:40:54 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-05-30 11:40:54 +0000 |
commit | b92be52d89d6cb21a3f3a114a006d173d1598433 (patch) | |
tree | 41b40910bb91f83ed7237821b2781a58d85001d7 /applications/luci-app-https-dns-proxy/Makefile | |
parent | 704241de771aac6e89f4d2e9309ea0731811fca3 (diff) |
luci-app-https-dns-proxy: decrease reliance on shell commands; proper acl.d file; add cloudflare family/protect
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 6a1ac2984..e04e73208 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 |