https-dns-proxy: implement dnsmasq integration

Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
Stan Grishin
2019-10-31 12:55:08 -07:00
parent df72b551a2
commit 338dc52e5c
2 changed files with 69 additions and 7 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=https_dns_proxy
PKG_VERSION:=2018-04-23
PKG_RELEASE=3
PKG_RELEASE=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_MIRROR_HASH:=24b7e4238c37e646f33eee3a374f6b7beb5c167b9c5008cc13b51e5f1f3a44ea
@@ -21,7 +21,7 @@ CMAKE_OPTIONS += -DCLANG_TIDY_EXE=
define Package/https_dns_proxy
SECTION:=net
CATEGORY:=Network
TITLE:=DNS over HTTPS proxy server
TITLE:=DNS over HTTPS Proxy Server
DEPENDS:=+libcares +libcurl +libev +ca-bundle
endef