From a5d491e1ac902b4fe4421aef38670417f0e37153 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 3 Oct 2022 09:50:15 +0200 Subject: [PATCH] Doc tweaks --- pdns/recursordist/docs/indexTOC.rst | 1 + pdns/recursordist/docs/nod_udr.rst | 2 ++ pdns/recursordist/docs/security.rst | 3 --- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/recursordist/docs/indexTOC.rst b/pdns/recursordist/docs/indexTOC.rst index 561205e7f6..07140ec57c 100644 --- a/pdns/recursordist/docs/indexTOC.rst +++ b/pdns/recursordist/docs/indexTOC.rst @@ -21,5 +21,6 @@ PowerDNS Recursor security-advisories/index upgrade changelog/index + nod_udr appendices/* common/license diff --git a/pdns/recursordist/docs/nod_udr.rst b/pdns/recursordist/docs/nod_udr.rst index 0ce8c7e49d..a009e4c9a6 100644 --- a/pdns/recursordist/docs/nod_udr.rst +++ b/pdns/recursordist/docs/nod_udr.rst @@ -32,6 +32,7 @@ DNS Lookup ++++++++++ The setting ``new-domain-lookup=`` will cause the recursor to issue a DNS A record lookup to ``.``. This can be a suitable method to send NOD data to an offsite or remote partner, however care should be taken to ensure that data is not leaked inadvertently. +To log NOD information to a dnstap stream, refer to :func:`dnstapFrameStreamServer`. Protobuf Logging ++++++++++++++++ @@ -64,6 +65,7 @@ Logging +++++++ The setting ``unique-response-log`` is enabled by default once the NOD feature is enabled, and will log the newly observed domain to the recursor logfile. +To log UDR information to a dnstap stream, refer to :func:`dnstapFrameStreamServer`. Protobuf Logging ++++++++++++++++ diff --git a/pdns/recursordist/docs/security.rst b/pdns/recursordist/docs/security.rst index 17667f8ff2..0a75f8bd11 100644 --- a/pdns/recursordist/docs/security.rst +++ b/pdns/recursordist/docs/security.rst @@ -38,6 +38,3 @@ There are three levels of throttling. .. include:: common/secpoll.rst -.. _nod_udr: - -.. include:: nod_udr.rst -- 2.47.2