From: Peter van Dijk Date: Wed, 2 May 2012 10:36:01 +0000 (+0000) Subject: make sure pdnssec can see default-soa-name in pdns.conf X-Git-Tag: auth-3.1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da6a292656ba9a113a008bf96fac6499e0043ed3;p=pdns make sure pdnssec can see default-soa-name in pdns.conf git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2600 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index c3090a9f6..abe31cf77 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -84,6 +84,7 @@ void loadMainConfig(const std::string& configdir) ::arg().set("cache-ttl","Seconds to store packets in the PacketCache")="20"; ::arg().set("negquery-cache-ttl","Seconds to store negative query results in the QueryCache")="60"; ::arg().set("query-cache-ttl","Seconds to store query results in the QueryCache")="20"; + ::arg().set("default-soa-name","name to insert in the SOA record if none set in the backend")="a.misconfigured.powerdns.server"; ::arg().set("soa-refresh-default","Default SOA refresh")="10800"; ::arg().set("soa-retry-default","Default SOA retry")="3600"; ::arg().set("soa-expire-default","Default SOA expire")="604800";