knot-resolver: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit bb1f6174fa)
This commit is contained in:
Jan Pavlinec
2020-10-15 15:14:41 +02:00
committed by Josef Schlehofer
parent 1da33ba207
commit 0d56e8c19e
7 changed files with 215 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
menu "Configuration"
config PACKAGE_knot-resolver_dnstap
bool "Build with dnstap support"
default n
help
knot-resolver dnstap module supports logging DNS responses
to a unix socket in dnstap format using fstrm framing library.
This logging is useful if you need effectivelly log all
DNS traffic.
The unix socket and the socket reader must be present before
starting resolver instances.
endmenu