From: Winfried Angele Date: Wed, 24 Jul 2024 10:11:01 +0000 (+0200) Subject: Fix a typo in protobuf.rst X-Git-Tag: rec-5.2.0-alpha1~150^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14523%2Fhead;p=thirdparty%2Fpdns.git Fix a typo in protobuf.rst --- diff --git a/pdns/recursordist/docs/lua-config/protobuf.rst b/pdns/recursordist/docs/lua-config/protobuf.rst index 7cc6b66e8d..0411e86498 100644 --- a/pdns/recursordist/docs/lua-config/protobuf.rst +++ b/pdns/recursordist/docs/lua-config/protobuf.rst @@ -44,7 +44,7 @@ Protobuf export to a server is enabled using the ``protobufServer()`` directive: .. versionchanged:: 5.1.0 - Added support for the HTTPS, SVCB and APTR record types. + Added support for the HTTPS, SVCB and NAPTR record types. .. function:: protobufServer(server [[[[[[[, timeout=2], maxQueuedEntries=100], reconnectWaitTime=1], maskV4=32], maskV6=128], asyncConnect=false], taggedOnly=false]) @@ -100,7 +100,7 @@ While :func:`protobufServer` only exports the queries sent to the recursor from .. versionchanged:: 5.1.0 - Added support for the HTTPS, SVCB and APTR records types. + Added support for the HTTPS, SVCB and NAPTR records types. .. function:: outgoingProtobufServer(server [[[[, timeout=2], maxQueuedEntries=100], reconnectWaitTime=1], asyncConnect=false])