[CentOS] BIND9 - automatic zone definition replication to slave

Mon May 30 22:30:44 UTC 2011
Nicolas Ross <rossnick-lists at cybercat.ca>

> I have simple question - is there a way to automatically replicate zone definition (not zone itself - this is easy) to slave server using BIND9? Is it BIND built-in or are there prebuilt scripts? Or I have to write that script on my own (started by Cron, transfer file with zone names, create conf file and finallly restart BIND?)?

Here, I have made a php front-end to manage dns zones and entries.

So for the slaves, it's only a little php script that connects to the same database and fetches the zone names to build the conf file...