I want to configure 4 dns server using bind. Is there any problem to configure all of them as master with no dns transfer.
# server one
zone "example1.com" {
type master;
file "example1.com.zone";
allow-update { none; };
allow-transfer { none; };
};
# server two
zone "example1.com" {
type master;
file "example1.com.zone";
allow-update { none; };
allow-transfer { none; };
};
files example1.com.zone
are exact same data.