]> granicus.if.org Git - pdns/commitdiff
Remove edns-subnet-whitelist whitelist pointing to powerdns.com
authorChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Wed, 24 Feb 2016 22:02:25 +0000 (23:02 +0100)
committerChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Wed, 24 Feb 2016 22:02:25 +0000 (23:02 +0100)
pdns/pdns_recursor.cc

index 43eacc87506ea8e4eb1143d46bebf87995d29b69..e036aaa83ec129b6ecab7ce87f03c265ca2a71bb 100644 (file)
@@ -2651,7 +2651,7 @@ int main(int argc, char **argv)
     ::arg().set("lua-dns-script", "Filename containing an optional 'lua' script that will be used to modify dns answers")="";
     ::arg().set("latency-statistic-size","Number of latency values to calculate the qa-latency average")="10000";
     ::arg().setSwitch( "disable-packetcache", "Disable packetcache" )= "no";
-    ::arg().set("edns-subnet-whitelist", "List of netmasks and domains that we should enable EDNS subnet for")="powerdns.com,82.94.213.34,2001:888:2000:1d::2";
+    ::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( "any-to-tcp","Answer ANY queries with tc=1, shunting to TCP" )="no";