Closed Rico29 closed 6 years ago
Looks good. Thanks.
I missed something. $notifyafterupdate is not set anywhere and thus will cause a lot of PHP Notice: Undefined variable
/. Can you fix that please?
@tuxis-ie Sending a DNS NOTIFY to all slaves can be done at the pdns
level without these commits. Is this PR needed?
Well, this tells pdns to do the notify. What would you suggest?
Raising the serial number of a domain suffices to trigger PowerDNS to send out notifications. When a zone is updated in master using nsedit, the serial of the zone changes, therefore, the master sends a NOTIFY to the slave. I think this code is duplicating NOTIFY requests. Therefore, I would suggest not to add any commits about this.
fix #165