How to configure a slave DNS?

In /etc/named.conf of the master nameserver, I have:

zone "anifics.com" {
type master;
file "domains/anifics.com";
};

Would this be the correct way to setup the slave nameserver, or did I miss something?

zone "anifics.com" {
type slave;
file "domains/anifics.com";
};

Will that make it automatically synchonize the domains/anifics.com file with the master?

 

 

 

 

Top