Fixes for DHCP, DDNS.
This commit is contained in:
parent
a6b408d866
commit
16ac6d7169
4 changed files with 20 additions and 6 deletions
|
@ -1,8 +1,11 @@
|
|||
include "/etc/bind/rndc.key";
|
||||
|
||||
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";
|
||||
allow-update { key rndc-key; };
|
||||
};
|
||||
|
||||
zone "intern" {
|
||||
|
@ -10,4 +13,5 @@ zone "intern" {
|
|||
notify no;
|
||||
file "/etc/bind/db.intern";
|
||||
journal "/var/lib/bind/db.intern.jnl";
|
||||
allow-update { key rndc-key; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue