From 1a3f775731a2d7a79e31044d8b6852fe1c682d50 Mon Sep 17 00:00:00 2001 From: Jupp Date: Sat, 20 Jan 2018 22:57:56 +0100 Subject: [PATCH] Update 'roles/dhcpd/templates/dhcpd.conf.j2' --- roles/dhcpd/templates/dhcpd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dhcpd/templates/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcpd.conf.j2 index 4782b11..8490fe2 100644 --- a/roles/dhcpd/templates/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcpd.conf.j2 @@ -2,7 +2,7 @@ # option definitions common to all supported networks... option domain-name "{{ site_domain }}"; -option domain-name-servers {{ name_server }}; +option domain-name-servers {{nextnode4}}, {{ name_server }}; local-address {{ batman_ipv4 | ipaddr('address') }};