mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 22:58:38 +01:00
https-dns-proxy: implement dnsmasq integration
Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user