Blob Blame History Raw
--- pdns-3.3.3/pdns/common_startup.cc.orig	2015-06-08 13:59:02.000000000 +0200
+++ pdns-3.3.3/pdns/common_startup.cc	2015-06-10 14:11:35.253756981 +0200
@@ -149,7 +149,7 @@ void declareArguments()
   ::arg().set("max-nsec3-iterations","Limit the number of NSEC3 hash iterations")="500"; // RFC5155 10.3
 
   ::arg().set("include-dir","Include *.conf files from this directory");
-  ::arg().set("security-poll-suffix","Domain name from which to query security update notifications")="secpoll.powerdns.com.";
+  ::arg().set("security-poll-suffix","Domain name from which to query security update notifications")="";
 }
 
 void declareStats(void)