From 656d7caeb03b2ec1bb34e0e0734afc2aa383af7d Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Fri, 1 Jun 2018 11:38:22 -0500 Subject: [PATCH] don't use captive portal mode --- roles/network/templates/network/dnsmasq.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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