From: Remi Gacogne Date: Mon, 30 Jul 2018 07:42:44 +0000 (+0200) Subject: rec: Add a few more words about setProtobufMasks() in the documentation X-Git-Tag: dnsdist-1.3.3~174^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fcd94b3fac38fbe7969d3c3fc3f14456756f00a;p=thirdparty%2Fpdns.git rec: Add a few more words about setProtobufMasks() in the documentation --- diff --git a/pdns/recursordist/docs/lua-config/protobuf.rst b/pdns/recursordist/docs/lua-config/protobuf.rst index 40d614bcc8..9ad8fce96c 100644 --- a/pdns/recursordist/docs/lua-config/protobuf.rst +++ b/pdns/recursordist/docs/lua-config/protobuf.rst @@ -16,6 +16,8 @@ Protobuf export to a server is enabled using the ``protobufServer()`` directive: .. versionadded:: 4.2.0 + Send protocol buffer messages to a server for incoming queries and/or outgoing responses. The client address may be masked using :func:`setProtobufMasks`, for anonymization purposes. + :param string server: The IP and port to connect to :param table options: A table with key: value pairs with options. @@ -58,6 +60,8 @@ While :func:`protobufServer` only exports the queries sent to the recursor from .. versionadded:: 4.2.0 + Send protocol buffer messages to a server for outgoing queries and/or incoming responses. + :param string server: The IP and port to connect to :param table options: A table with key: value pairs with options.