12 lines
419 B
Text
12 lines
419 B
Text
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
|