From 506d39091f9da4e36344fd3351cb8105d2f22b08 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 17 Mar 2023 21:19:20 +0100 Subject: [PATCH] changes because we switched dns endpoint --- ansible/roles/dnsmasq/files/dnsmasq.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/dnsmasq/files/dnsmasq.conf b/ansible/roles/dnsmasq/files/dnsmasq.conf index 2152d52..d33a612 100644 --- a/ansible/roles/dnsmasq/files/dnsmasq.conf +++ b/ansible/roles/dnsmasq/files/dnsmasq.conf @@ -16,7 +16,7 @@ domain=dmz dhcp-range=192.168.30.100,192.168.30.200,infinite # Predefined DHCP hosts dhcp-host=b8:27:eb:b9:ab:e2,esrom -dhcp-host=b4:2e:99:77:1b:da,max +dhcp-host=b4:2e:99:77:1b:da,max,192.168.30.3 dhcp-host=d8:5e:d3:47:33:6e,lewis # Advertise router dhcp-option=3,192.168.30.1 @@ -29,9 +29,9 @@ ra-param=*,0,0 # Alias public IP address to local alias=84.245.14.149,192.168.30.3 # Override DNS servers for our domains -server=/pizzapim.nl/192.168.30.3 -server=/geokunis2.nl/192.168.30.3 -server=/pim.kunis.nl/192.168.30.3 +server=/pizzapim.nl/192.168.30.7#5353 +server=/geokunis2.nl/192.168.30.7#5353 +server=/pim.kunis.nl/192.168.30.7#5353 # Enable extended logging log-dhcp log-queries