]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix a typo in protobuf.rst 14523/head
authorWinfried Angele <winfried.angele@gmail.com>
Wed, 24 Jul 2024 10:11:01 +0000 (12:11 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2024 10:11:01 +0000 (12:11 +0200)
pdns/recursordist/docs/lua-config/protobuf.rst

index 7cc6b66e8db989f4850e14fd50051723bb4cbe20..0411e864982dd10389edf4d050dfe46cca5518e8 100644 (file)
@@ -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])