From: Tomasz Pala Date: Sat, 4 Jan 2025 12:55:27 +0000 (+0100) Subject: recursor: outgoingProtobufServer() ignores taggedOnly protobuf option, X-Git-Tag: dnsdist-2.0.0-alpha1~196^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d840333d03b1d3dbf15c2160a44dfa940ccf5533;p=thirdparty%2Fpdns.git recursor: outgoingProtobufServer() ignores taggedOnly protobuf option, therefore do not annouce it; outgoing server is used as outgoingLoggers in LWResult::Result asyncresolve(); after being introduced in 4898a34 filtering of outgoingP..S..() was not implemented since b790ef3 --- diff --git a/pdns/recursordist/docs/lua-config/protobuf.rst b/pdns/recursordist/docs/lua-config/protobuf.rst index 04097b0d88..ec2e4216cd 100644 --- a/pdns/recursordist/docs/lua-config/protobuf.rst +++ b/pdns/recursordist/docs/lua-config/protobuf.rst @@ -88,7 +88,6 @@ While :func:`protobufServer` only exports the queries sent to the recursor from * ``timeout=2``: int - Time in seconds to wait when sending a message * ``maxQueuedEntries=100``: int - How many entries will be kept in memory if the server becomes unreachable * ``reconnectWaitTime=1``: int - How long to wait, in seconds, between two reconnection attempts - * ``taggedOnly=false``: bool - Only entries with a policy or a policy tag set will be sent * ``asyncConnect``: bool - When set to false (default) the first connection to the server during startup will block up to ``timeout`` seconds, otherwise the connection is done in a separate thread, after the first message has been queued * ``logQueries=true``: bool - Whether to export queries * ``logResponses=true``: bool - Whether to export responses