File: /home/tv1channel/old/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 "tv1channel.org" {
type master;
file "/var/lib/bind/tv1channel.org.hosts";
allow-transfer {
127.0.0.1;
localnets;
91.132.60.35;
};
};
zone "media.qrpie.com" {
type master;
file "/var/lib/bind/media.qrpie.com.hosts";
allow-transfer {
127.0.0.1;
localnets;
91.132.60.35;
};
};
zone "tv1stream.com" {
type master;
file "/var/lib/bind/tv1stream.com.hosts";
allow-transfer {
127.0.0.1;
localnets;
91.132.60.35;
};
};