I want to define two domains and I have configured my /etc/named.conf in
this way:
zone "dominio1.com" IN {
type master;
file "dominio1.dom";
notify yes;
};
zone "dominio2.com" IN {
type master;
file "dominio2.dom";
notify yes;
};
and I set the reverse flies in the same way.
Is this correct?
Thanks in advance