BIND: Configure Multiple Masters for Slave
by Etcetera_77 from LinuxQuestions.org on (#4RHWG)
I cant find any documentation on configuring multiple master servers for a slave server. I know that you can specify multiple IP addresses on the masters line in the zone configuration for the slave in named. What other configuration needs to be done? This is literally all I have found on this topic.
zone "domain.com" {
type slave;
masters { xxx.xx.xx; xxx.xx.xx; };
allow-update {any; };
};


zone "domain.com" {
type slave;
masters { xxx.xx.xx; xxx.xx.xx; };
allow-update {any; };
};