diff --git a/roles/network/templates/network/dnsmasq.conf.j2 b/roles/network/templates/network/dnsmasq.conf.j2 index 3a6365850..f346cb616 100644 --- a/roles/network/templates/network/dnsmasq.conf.j2 +++ b/roles/network/templates/network/dnsmasq.conf.j2 @@ -5,7 +5,7 @@ bogus-priv # Add local-only domains here, queries in these domains are answered from /etc/hosts or DHCP only. local=/{{ iiab_domain }}/ # Make all host names resolve to the Raspberry Pi's IP address -address=/#/{{ lan_ip }} +#address=/#/{{ lan_ip }} # Specify the interface that will listen for DHCP and DNS requests interface={{ iiab_lan_iface }} # Set the domain for dnsmasq