::arg().set("soa-expire-default","Default SOA expire")="604800";
::arg().set("trusted-notification-proxy", "IP address of incoming notification proxy")="";
+ ::arg().set("slave-renotify", "If we should send out notifications for slaved updates")="no";
::arg().set("default-ttl","Seconds a result is valid if not set otherwise")="3600";
::arg().set("max-tcp-connections","Maximum number of TCP connections")="10";
di.backend->commitTransaction();
di.backend->setFresh(domain_id);
L<<Logger::Error<<"AXFR done for '"<<domain<<"', zone committed"<<endl;
+ if(::arg().mustDo("slave-renotify"))
+ notifyDomain(domain);
}
catch(DBException &re) {
L<<Logger::Error<<"Unable to feed record during incoming AXFR of '"+domain+"': "<<re.reason<<endl;