Hi all,
Firstly, thank you kindly for the OperServ DNS module, and extending it to include additional zones (its working great).
Secondly, I think it would be neat, if the DNS module could be configured to push changes (using AXFR) from any of the zones (when they're changed/updated), to the associated DNS slave(s).
The slaves should already be configured in the 'm_dns' module under 'nameservers'. The alternative, is to add a 'ADDSLAVE' and 'DELSLAVE' sub-command within the OperServ 'DNS' command (this may be better). Syntax as follows:
/operserv dns addslave ns1.network.net
/operserv dns delslave ns1.network.net
Currently I'm cheating, by asking my slaves, to retrieve the zone(s) from services via a cron job every minute, which isn't ideal. I prefer my DNS zone(s) to be as accurate as possible.
Thanks in advance.