From 6917aac0012c97fa5191602a86f79143cad1b739 Mon Sep 17 00:00:00 2001 From: Neil Cook Date: Thu, 2 May 2019 14:38:15 +0100 Subject: [PATCH] Make title underlines match title in nod rst documentation --- pdns/recursordist/docs/nod_udr.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/nod_udr.rst b/pdns/recursordist/docs/nod_udr.rst index 30e63880da..28d6f65fef 100644 --- a/pdns/recursordist/docs/nod_udr.rst +++ b/pdns/recursordist/docs/nod_udr.rst @@ -32,12 +32,12 @@ DNS Lookup The setting ``new-domain-lookup=`` will cause the recursor to isse 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. Protobuf Logging -+++++++++++ +++++++++++++++++ If both NOD and protobuf logging are enabled, then the ``newlyObservedDomain`` field of the protobuf message emitted by the recursor will be set to true. Additionally newly observed domains will be tagged in the protobuf stream using the tag ``pdns-nod`` by default. The setting ``new-domain-pb-tag=`` can be used to alter the tag. Unique Domain Response -~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~ A similar feature to NOD is Unique Domain Response (UDR). This feature uses the same probablistic data structures as NOD to store information about unique responses for a given lookup domain. Determining if a particular response is unique for a given lookup domain is extremly useful for determining potential security issues such as: -- 2.47.2