From: Christian Hofstaedtler Date: Wed, 24 Feb 2016 22:02:25 +0000 (+0100) Subject: Remove edns-subnet-whitelist whitelist pointing to powerdns.com X-Git-Tag: auth-4.0.0-alpha2~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f975863ef59c6b10448026bf5b7618b860c82e8;p=pdns Remove edns-subnet-whitelist whitelist pointing to powerdns.com --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 43eacc875..e036aaa83 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -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";