pmak0
05-09-2001, 02:31 PM
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?
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?
