15 lines
401 B
Text
15 lines
401 B
Text
include "/etc/bind/rndc.key";
|
|
|
|
zone "DOMAIN.CO.NZ" {
|
|
type master;
|
|
file "/var/lib/named/var/cache/bind/DOMAIN.CO.NZ";
|
|
allow-update { key "rndc-key"; };
|
|
// allow-transfer {192.168.0.0/24; };
|
|
};
|
|
|
|
zone "1.168.192.in-addr.arpa" {
|
|
type master;
|
|
file "/var/lib/named/var/cache/bind/rev.192.168.1";
|
|
allow-update { key "rndc-key"; };
|
|
// allow-transfer {192.168.0.0/24; };
|
|
};
|