12 lines
665 B
Diff
12 lines
665 B
Diff
--- pdns-4.0.0-alpha1/pdns/common_startup.cc.orig 2015-12-24 16:28:55.000000000 +0100
|
|
+++ pdns-4.0.0-alpha1/pdns/common_startup.cc 2015-12-24 23:57:54.052592322 +0100
|
|
@@ -175,7 +175,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")="";
|
|
}
|
|
|
|
static time_t s_start=time(0);
|