From 609949d26ab41fa01c942278b0b5d2ae6df72f0b Mon Sep 17 00:00:00 2001 From: oblique Date: Fri, 15 Aug 2014 11:41:30 +0300 Subject: [PATCH] make dnsmasq able to run even if another instance exist --- create_ap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_ap b/create_ap index d32f03e..abe1046 100755 --- a/create_ap +++ b/create_ap @@ -431,7 +431,7 @@ else # dnsmasq config (dhcp + dns) cat << EOF > $CONFDIR/dnsmasq.conf interface=${WIFI_IFACE} -bind-interfaces +bind-dynamic dhcp-range=${GATEWAY%.*}.1,${GATEWAY%.*}.254,255.255.255.0,24h dhcp-option=option:router,${GATEWAY} EOF