]> granicus.if.org Git - pdns/commitdiff
If a type is complex, you need to specify a separate type: clause.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 27 Feb 2019 16:22:19 +0000 (17:22 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 Mar 2019 10:16:51 +0000 (11:16 +0100)
pdns/recursordist/docs/lua-config/protobuf.rst

index 0f5c3813035be113e7ef33b81fe4bab90be3094c..629f63047e69cef42890c66c577e00581f5317b2 100644 (file)
@@ -18,8 +18,9 @@ Protobuf export to a server is enabled using the ``protobufServer()`` directive:
 
   Send protocol buffer messages to one or more servers for incoming queries and/or outgoing responses. The client address may be masked using :func:`setProtobufMasks`, for anonymization purposes.
 
-  :param string or list of strings servers: The IP and port to connect to, or a list of those. If more than one server is configured, all messages are sent to every server.
-  :param table options: A table with key: value pairs with options.
+  :param servers: The IP and port to connect to, or a list of those. If more than one server is configured, all messages are sent to every server.
+  :type servers: string or list of strings
+  :param table options: A table with ``key=value`` pairs with options.
 
   Options:
 
@@ -63,8 +64,9 @@ While :func:`protobufServer` only exports the queries sent to the recursor from
 
   Send protocol buffer messages to one or more servers for outgoing queries and/or incoming responses.
 
-  :param string or list of strings servers: The IP and port to connect to, or a list of those. If more than one server is configured, all messages are sent to every server.
-  :param table options: A table with key: value pairs with options.
+  :param servers: The IP and port to connect to, or a list of those. If more than one server is configured, all messages are sent to every server.
+  :type servers: string or list of strings
+  :param table options: A table with ``key=value`` pairs with options.
 
   Options: