diff options
author | Petr Špaček <petr.spacek@nic.cz> | 2020-01-03 20:28:17 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-15 10:38:16 +0100 |
commit | 6f8845b8189ca4c044f6ae3af191d88e1be28854 (patch) | |
tree | f89730fe6f3d33df078205c41e070dc82dc93935 /modules/dnstap | |
parent | doc: graphite module polish for new docs structure (diff) | |
download | knot-resolver-6f8845b8189ca4c044f6ae3af191d88e1be28854.tar.xz knot-resolver-6f8845b8189ca4c044f6ae3af191d88e1be28854.zip |
doc: dnstap module polish for new docs structure
Diffstat (limited to 'modules/dnstap')
-rw-r--r-- | modules/dnstap/README.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/dnstap/README.rst b/modules/dnstap/README.rst index 442b4cfc..19bdae8e 100644 --- a/modules/dnstap/README.rst +++ b/modules/dnstap/README.rst @@ -3,16 +3,16 @@ Dnstap ------ -Dnstap module currently supports logging dns responses to a unix socket -in dnstap format using fstrm framing library. The unix socket and the -socket reader should be present before starting kresd. +The ``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. -Configuration -^^^^^^^^^^^^^ Tunables: * ``socket_path``: the the unix socket file where dnstap messages will be sent -* ``log_responses``: if true responses in wire format will be logged +* ``log_responses``: if ``true`` responses in wire format will be logged .. code-block:: lua |