You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|