]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnstap.rst: Fix some editing errors 6602/head
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Fri, 11 May 2018 17:17:54 +0000 (19:17 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Fri, 11 May 2018 17:17:54 +0000 (19:17 +0200)
pdns/dnsdistdist/docs/reference/dnstap.rst

index 08160a137d1eab1056948c0366eb5ca68295421c..48bd895841663a6d6ac7096a5774c06231b005ae 100644 (file)
@@ -21,9 +21,10 @@ To use FrameStream transport, :program:`dnsdist` must have been built with `libf
 .. function:: newFrameStreamTcpLogger(address)
 
   Create a Frame Stream Logger object, to use with :func:`DnstapLogAction` and :func:`DnstapLogResponseAction`.
-  This version will log to a local AF_UNIX socket.
+  This version will log to a possibly remote TCP socket.
+  Needs tcp_writer support in libfstrm.
 
-  :param string address: An IP:PORT combination where the logger will connect to. Needs tcp_writer support in libfstrm.
+  :param string address: An IP:PORT combination where the logger will connect to.
 
 .. class:: DnstapMessage
 
@@ -31,7 +32,7 @@ To use FrameStream transport, :program:`dnsdist` must have been built with `libf
 
 .. classmethod:: DnstapMessage:setExtra(extraData)
 
-  Set the time at which the query or response has been received.
+  Sets the dnstap "extra" field.
 
   :param string extraData: Extra data stuffed into the dnstap "extra" field.