diff --git a/net/knot-resolver/Config.in b/net/knot-resolver/Config.in index 082c887616..30bb446c1b 100644 --- a/net/knot-resolver/Config.in +++ b/net/knot-resolver/Config.in @@ -1,7 +1,7 @@ menu "Configuration" config PACKAGE_knot-resolver_dnstap bool "Build with dnstap support" - default n + default y help knot-resolver dnstap module supports logging DNS responses to a unix socket in dnstap format using fstrm framing library. diff --git a/net/knot-resolver/Makefile b/net/knot-resolver/Makefile index 8541bbbd27..e1465bdecf 100644 --- a/net/knot-resolver/Makefile +++ b/net/knot-resolver/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot-resolver PKG_VERSION:=5.7.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver