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.

12 lines
419 B

  1. menu "Configuration"
  2. config PACKAGE_knot-resolver_dnstap
  3. bool "Build with dnstap support"
  4. default n
  5. help
  6. knot-resolver dnstap module supports logging DNS responses
  7. to a unix socket in dnstap format using fstrm framing library.
  8. This logging is useful if you need effectivelly log all
  9. DNS traffic.
  10. The unix socket and the socket reader must be present before
  11. starting resolver instances.
  12. endmenu