Skip to content

Commit

Permalink
change menuconfig (WiP)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Hák <[email protected]>
  • Loading branch information
Payne-X6 committed Sep 19, 2024
1 parent 59253a4 commit f3ee173
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions net/knot-resolver/Config.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
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
if PACKAGE_knot-resolver

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.

endif

0 comments on commit f3ee173

Please sign in to comment.