From 9ec8a6b59da401d04d0d1d0d75a804804911114a Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Wed, 24 Jul 2024 12:11:01 +0200 Subject: [PATCH] Fix a typo in protobuf.rst --- pdns/recursordist/docs/lua-config/protobuf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.47.2