From: Neil Cook Date: Fri, 26 Oct 2018 10:28:57 +0000 (+0000) Subject: Document NOD and UDR policy tag configuration X-Git-Tag: dnsdist-1.3.3~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27afebfdca5f829460b6284e63c07e5e12235aad;p=thirdparty%2Fpdns.git Document NOD and UDR policy tag configuration --- 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``