2021-04-10 10:09:57 +02:00
|
|
|
include "/etc/bind/rndc.key";
|
|
|
|
|
2021-04-09 11:20:21 +02:00
|
|
|
zone "0.168.192.in-addr.arpa" {
|
|
|
|
type master;
|
|
|
|
notify no;
|
|
|
|
file "/etc/bind/db.192.168.0";
|
|
|
|
journal "/var/lib/bind/db.192.168.0.jnl";
|
2021-04-10 10:09:57 +02:00
|
|
|
allow-update { key rndc-key; };
|
2021-04-09 11:20:21 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
zone "intern" {
|
|
|
|
type master;
|
|
|
|
notify no;
|
|
|
|
file "/etc/bind/db.intern";
|
|
|
|
journal "/var/lib/bind/db.intern.jnl";
|
2021-04-10 10:09:57 +02:00
|
|
|
allow-update { key rndc-key; };
|
2021-04-09 11:20:21 +02:00
|
|
|
};
|