File: //etc/bind/named.conf.local
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "srv1.prosuiteplus.com" {
type master;
file "/var/lib/bind/srv1.prosuiteplus.com.hosts";
allow-transfer {
127.0.0.1;
localnets;
};
};
zone "prosuiteplus.com" {
type master;
file "/var/lib/bind/prosuiteplus.com.hosts";
allow-transfer {
127.0.0.1;
localnets;
};
};
zone "command.prosuiteplus.com" {
type master;
file "/var/lib/bind/command.prosuiteplus.com.hosts";
allow-transfer {
127.0.0.1;
localnets;
};
};