From 8fcd94b3fac38fbe7969d3c3fc3f14456756f00a Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 30 Jul 2018 09:42:44 +0200 Subject: [PATCH] rec: Add a few more words about setProtobufMasks() in the documentation --- pdns/recursordist/docs/lua-config/protobuf.rst | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.47.2