Fixes for DHCP, DDNS.

This commit is contained in:
Andreas B. Mundt 2021-04-10 10:09:57 +02:00 committed by Andreas B. Mundt
parent a6b408d866
commit 16ac6d7169
4 changed files with 20 additions and 6 deletions

View file

@ -15,17 +15,19 @@ max-lease-time 7200;
# behavior of the version 2 packages ('none', since DHCP v2 didn't
# have support for DDNS.)
#ddns-update-style none;
use-host-decl-names on;
use-host-decl-names on;
ddns-update-style standard;
include "/etc/dhcp/rndc.key";
zone intern. {
primary dns;
primary 127.0.0.1;
key rndc-key;
}
zone 0.168.192.in-addr.arpa. {
primary dns;
primary 127.0.0.1;
key rndc-key;
}