Office_Networks/BLKR/bind/named.conf.local
2018-10-14 00:44:52 +02:00

20 lines
331 B
Plaintext

//
// 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 "blkr.netz" {
type master;
file "/etc/bind/db.blkr.netz";
};
zone "162.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.192.168.162.0";
};