]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Add link to the fstrm FrameStream library 14530/head
authorAndrew Imeson <andrew@andrewimeson.com>
Fri, 26 Jul 2024 12:31:38 +0000 (08:31 -0400)
committerAndrew Imeson <andrew@andrewimeson.com>
Fri, 26 Jul 2024 14:26:09 +0000 (10:26 -0400)
pdns/dnsdistdist/docs/reference/dnstap.rst
pdns/recursordist/docs/lua-config/protobuf.rst

index 9da5b96055725357b2af1f03f4c5a67f613c2cd0..0d5418b6186a73594ccaef2988c27101a78fca9f 100644 (file)
@@ -22,9 +22,10 @@ To use FrameStream transport, :program:`dnsdist` must have been built with `libf
   :param string path: A local AF_UNIX socket path. Note that most platforms have a rather short limit on the length.
   :param table options: A table with key: value pairs with options.
 
-  The following options apply to the settings of the framestream library. Refer to the documentation of that
-  library for the default and allowed values for these options, as well as their exact descriptions.
-  For all these options, absence or a zero value has the effect of using the library-provided default value.
+  The following options apply to the settings of the `framestream library
+  <https://github.com/farsightsec/fstrm>`. Refer to the documentation of that library for the default and
+  allowed values for these options, as well as their exact descriptions. For all these options, absence or a
+  zero value has the effect of using the library-provided default value.
 
   * ``bufferHint=0``: unsigned
   * ``flushTimeout=0``: unsigned
@@ -45,9 +46,10 @@ To use FrameStream transport, :program:`dnsdist` must have been built with `libf
   :param string address: An IP:PORT combination where the logger will connect to.
   :param table options: A table with key: value pairs with options.
 
-  The following options apply to the settings of the framestream library. Refer to the documentation of that
-  library for the default and allowed values for these options, as well as their exact descriptions.
-  For all these options, absence or a zero value has the effect of using the library-provided default value.
+  The following options apply to the settings of the `framestream library
+  <https://github.com/farsightsec/fstrm>`. Refer to the documentation of that library for the default and
+  allowed values for these options, as well as their exact descriptions. For all these options, absence or a
+  zero value has the effect of using the library-provided default value.
 
   * ``bufferHint=0``: unsigned
   * ``flushTimeout=0``: unsigned
index 0411e864982dd10389edf4d050dfe46cca5518e8..04097b0d88c71a3bb00fe0de6f8a0f096fcbf1bc 100644 (file)
@@ -140,9 +140,10 @@ The recursor must have been built with configure ``--enable-dnstap`` to make thi
   * ``logQueries=true``: bool - log outgoing queries
   * ``logResponses=true``: bool - log incoming responses
 
-  The following options apply to the settings of the framestream library. Refer to the documentation of that
-  library for the default values, exact description and allowable values for these options.
-  For all these options, absence or a zero value has the effect of using the library-provided default value.
+  The following options apply to the settings of the `framestream library
+  <https://github.com/farsightsec/fstrm>`. Refer to the documentation of that library for the default
+  values, exact description and allowable values for these options. For all these options, absence or a zero
+  value has the effect of using the library-provided default value.
 
   * ``bufferHint=0``: unsigned
   * ``flushTimeout=0``: unsigned
@@ -169,9 +170,10 @@ The recursor must have been built with configure ``--enable-dnstap`` to make thi
   * ``logNODs=true``: bool - log NODs
   * ``logUDRs=false``: bool - log UDRs
 
-  The following options apply to the settings of the framestream library. Refer to the documentation of that
-  library for the default values, exact description and allowable values for these options.
-  For all these options, absence or a zero value has the effect of using the library-provided default value.
+  The following options apply to the settings of the `framestream library
+  <https://github.com/farsightsec/fstrm>`. Refer to the documentation of that library for the default
+  values, exact description and allowable values for these options. For all these options, absence or a zero
+  value has the effect of using the library-provided default value.
 
   * ``bufferHint=0``: unsigned
   * ``flushTimeout=0``: unsigned