diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index c6d9660..83469b7 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -107,7 +107,6 @@ subnet 172.23.13.0 netmask 255.255.255.0 { # Users Auweg subnet 172.23.14.0 netmask 255.255.255.0 { option routers 172.23.14.1; - ddns-domainname "users.binary.kitchen"; option domain-search "binary.kitchen", "users.binary.kitchen"; pool { {% if dhcpd_failover == true %}