From 609c46b7fa8efddbaf4f5df97a80bd6f89ca20e9 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sun, 16 Jul 2023 13:50:34 +0200 Subject: [PATCH] add forum host to dnsmasq --- ansible/roles/dnsmasq/files/dnsmasq.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/dnsmasq/files/dnsmasq.conf b/ansible/roles/dnsmasq/files/dnsmasq.conf index 639b5f8..e73564b 100644 --- a/ansible/roles/dnsmasq/files/dnsmasq.conf +++ b/ansible/roles/dnsmasq/files/dnsmasq.conf @@ -21,6 +21,7 @@ dhcp-host=ca:fe:c0:ff:ee:03,max,192.168.30.3 dhcp-host=ca:fe:c0:ff:ee:08,maestro,192.168.30.8 dhcp-host=dc:a6:32:7b:e2:11,iris,192.168.30.9 dhcp-host=ca:fe:c0:ff:ee:0a,thecloud,192.168.30.10 +dhcp-host=52:54:00:72:e0:9a,forum,192.168.30.11 # Advertise router dhcp-option=3,192.168.30.1 # Always send the IPv6 DNS server address (this machine)