-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jan Hák <[email protected]>
- Loading branch information
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |