Changeset 2600

Show
Ignore:
Timestamp:
05/02/12 12:36:01 (13 months ago)
Author:
peter
Message:

make sure pdnssec can see default-soa-name in pdns.conf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/pdnssec.cc

    r2596 r2600  
    8585  ::arg().set("negquery-cache-ttl","Seconds to store negative query results in the QueryCache")="60"; 
    8686  ::arg().set("query-cache-ttl","Seconds to store query results in the QueryCache")="20";               
     87  ::arg().set("default-soa-name","name to insert in the SOA record if none set in the backend")="a.misconfigured.powerdns.server"; 
    8788  ::arg().set("soa-refresh-default","Default SOA refresh")="10800"; 
    8889  ::arg().set("soa-retry-default","Default SOA retry")="3600";