diff options
author | Stan Grishin <stangri@melmac.net> | 2019-10-08 09:36:25 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-10-08 09:36:25 -0700 |
commit | c325552af4f3c9cbb47cc277b8b7497d5e10dcf2 (patch) | |
tree | 43b7fc37b5c0506c98a1a6fed1d35664aebe68c4 /applications/luci-app-https_dns_proxy/Makefile | |
parent | a1545331219ed608eb6625ce5d38fa216f5bfdc8 (diff) |
luci-app-https_dns_proxy: bugfix: subnet address datatype, add DNS.SB provider
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 7af2d1d102..09ee8a3a92 100644 --- a/applications/luci-app-https_dns_proxy/Makefile +++ b/applications/luci-app-https_dns_proxy/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=HTTPS DNS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for HTTPS DNS Proxy LUCI_DEPENDS:=+luci-mod-admin-full +https_dns_proxy LUCI_PKGARCH:=all -PKG_RELEASE:=4 +PKG_RELEASE:=5 include ../../luci.mk |