diff --git a/roles/dhcpd/templates/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcpd.conf.j2 index 063a27f..7b41b05 100644 --- a/roles/dhcpd/templates/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcpd.conf.j2 @@ -52,7 +52,7 @@ shared-network FOOSH { option routers 172.20.20.1; option domain-name "home.foo.sh"; - option domain-name-servers 172.20.20.10, 172.20.21.1, 172.20.21.2; + option domain-name-servers 172.20.20.10, 172.20.20.11, 172.20.20.12; use-host-decl-names on; }