]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document NOD and UDR policy tag configuration 7094/head
authorNeil Cook <neil.cook@noware.co.uk>
Fri, 26 Oct 2018 10:28:57 +0000 (10:28 +0000)
committerNeil Cook <neil.cook@noware.co.uk>
Fri, 26 Oct 2018 10:28:57 +0000 (10:28 +0000)
pdns/recursordist/docs/settings.rst

index ca8e511fc329f33c467f7bec6081398d5c972507..37c48e743ed67d7a39dec87c2c74cfa9cac533db 100644 (file)
@@ -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``