make dnsmasq able to run even if another instance exist

This commit is contained in:
oblique 2014-08-15 11:41:30 +03:00
parent e37caff43d
commit 609949d26a

View File

@ -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