From: Otto Moerbeek Date: Mon, 3 Oct 2022 07:50:15 +0000 (+0200) Subject: Doc tweaks X-Git-Tag: rec-4.9.0-alpha0~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5d491e1ac902b4fe4421aef38670417f0e37153;p=thirdparty%2Fpdns.git Doc tweaks --- 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