]> granicus.if.org Git - pdns/commitdiff
turn on root-nx-trust by default, and document that
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 21 Jul 2016 10:06:39 +0000 (12:06 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 21 Jul 2016 10:06:39 +0000 (12:06 +0200)
docs/markdown/recursor/settings.md
pdns/pdns_recursor.cc

index 8f3c40bf9b1e8cef587672f49466ce2fb256c2cb..792c376d5bf18c2fbf73c9b1d71e6c1e63d86261 100644 (file)
@@ -665,8 +665,7 @@ Don't log queries.
 
 ## `root-nx-trust`
 * Boolean
-* Default: no
-* Available since: 3.7.0
+* Default: no (<= 4.0.0), yes
 
 If set, an NXDOMAIN from the root-servers will serve as a blanket NXDOMAIN for the entire TLD
 the query belonged to. The effect of this is far fewer queries to the root-servers.
index bdbee9abf71c36d4b424d8e7456dbd073924f10a..a4a66d9f85b5e47437374ab285a39f081bb71cbb 100644 (file)
@@ -2944,7 +2944,7 @@ int main(int argc, char **argv)
     ::arg().setSwitch( "disable-packetcache", "Disable packetcache" )= "no";
     ::arg().set("edns-subnet-whitelist", "List of netmasks and domains that we should enable EDNS subnet for")="";
     ::arg().setSwitch( "pdns-distributes-queries", "If PowerDNS itself should distribute queries over threads")="";
-    ::arg().setSwitch( "root-nx-trust", "If set, believe that an NXDOMAIN from the root means the TLD does not exist")="no";
+    ::arg().setSwitch( "root-nx-trust", "If set, believe that an NXDOMAIN from the root means the TLD does not exist")="";
     ::arg().setSwitch( "any-to-tcp","Answer ANY queries with tc=1, shunting to TCP" )="no";
     ::arg().setSwitch( "lowercase-outgoing","Force outgoing questions to lowercase")="no";
     ::arg().set("udp-truncation-threshold", "Maximum UDP response size before we truncate")="1680";