From 6f8845b8189ca4c044f6ae3af191d88e1be28854 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 3 Jan 2020 20:28:17 +0100 Subject: [PATCH] doc: dnstap module polish for new docs structure --- modules/dnstap/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/dnstap/README.rst b/modules/dnstap/README.rst index 442b4cfcd..19bdae8e1 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 -- 2.47.2