pdns/pdns-disable-secpoll.patch

12 lines
755 B
Diff
Raw Normal View History

2021-07-24 19:50:16 +00:00
--- pdns-4.5.0/pdns/common_startup.cc.orig 2021-06-06 17:05:27.000000000 +0200
+++ pdns-4.5.0/pdns/common_startup.cc 2021-07-24 20:52:46.332575172 +0200
@@ -227,7 +227,7 @@ void declareArguments()
2020-04-09 19:33:34 +00:00
::arg().set("default-publish-cds","Default value for PUBLISH-CDS")="";
2015-02-07 19:04:24 +00:00
::arg().set("include-dir","Include *.conf files from this directory");
2021-07-24 19:50:16 +00:00
- ::arg().set("security-poll-suffix", "Zone name from which to query security update notifications") = "secpoll.powerdns.com.";
+ ::arg().set("security-poll-suffix", "Zone name from which to query security update notifications") = "";
2015-02-07 19:04:24 +00:00
2017-08-31 14:22:32 +00:00
::arg().setSwitch("expand-alias", "Expand ALIAS records")="no";
2016-05-13 13:37:36 +00:00
::arg().setSwitch("outgoing-axfr-expand-alias", "Expand ALIAS records during outgoing AXFR")="no";