]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
recursor: outgoingProtobufServer() ignores taggedOnly protobuf option,
authorTomasz Pala <gotar@polanet.pl>
Sat, 4 Jan 2025 12:55:27 +0000 (13:55 +0100)
committerTomasz Pala <gotar@polanet.pl>
Sat, 4 Jan 2025 12:55:27 +0000 (13:55 +0100)
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

pdns/recursordist/docs/lua-config/protobuf.rst

index 04097b0d88c71a3bb00fe0de6f8a0f096fcbf1bc..ec2e4216cdc91220e121763a267f3f38312a3e74 100644 (file)
@@ -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