People, I have a Master / Slave BIND9 system.

When I add a new zone to the Master and set it up in named.conf.local
file as follow:

zone "company.com" {
    type master;
    file "/etc/bind/zones/company.com.db";
    allow-transfer { key "company"; };
};

Can Master write these options to Slave's named.conf.local file and
order to reload its config ???

Or do I always have to write by hand these options in Slave's
named.conf.local and after that restart the bind9 daemon ???

Thanks a lot.

Roberto
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to