diff options
author | Stan <stangri@melmac.net> | 2020-08-27 14:38:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 14:38:49 -0700 |
commit | 5c1f36ceb5c8ccd76bd61e170dd42748d502ba0d (patch) | |
tree | dd0a3a692b547b27aefa10ea8545b34aaaece994 /applications/luci-app-https-dns-proxy/Makefile | |
parent | c0e597ca53d9cee41f8fbc97b6d4f8e961576158 (diff) | |
parent | 20ee1f0d47d22be9a69dc24a80addc1fbc89b78b (diff) |
Merge pull request #4391 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: add DNSPod.cn DoH
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 6ce17ecbcb..0b933b560f 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:=11 +PKG_RELEASE:=12 include ../../luci.mk |