From 27afebfdca5f829460b6284e63c07e5e12235aad Mon Sep 17 00:00:00 2001 From: Neil Cook Date: Fri, 26 Oct 2018 10:28:57 +0000 Subject: [PATCH] Document NOD and UDR policy tag configuration --- pdns/recursordist/docs/settings.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index ca8e511fc3..37c48e743e 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -917,6 +917,16 @@ considered a new domain. One use-case for the whitelist is to never reveal details of internal subdomains via the new-domain-lookup feature. +.. _setting-new-domain-pb-tag: + +``new-domain-pb-tag`` +------------------------ +- String +- Default: pnds-nod + +If protobuf is configured, then this tag will be added to all protobuf response messages when +a new domain is observed. + .. _setting-unique-response-tracking: ``unique-response-tracking`` @@ -979,6 +989,16 @@ disk on startup. This ensures that previously observed responses are preserved across recursor restarts. If you change the unique-response-db-size, you must remove any files from this directory. +.. _setting-unique-response-pb-tag: + +``unique-response-pb-tag`` +------------------------ +- String +- Default: pnds-udr + +If protobuf is configured, then this tag will be added to all protobuf response messages when +a unique DNS response is observed. + .. _setting-network-timeout: ``network-timeout`` -- 2.47.2