create_ap

create a nat-ed wifi ap
git clone git://git.2f30.org/create_ap
Log | Files | Refs | README | LICENSE

commit 609949d26ab41fa01c942278b0b5d2ae6df72f0b
parent e37caff43dfd0e3c0e38412d54ebb777eaf2dca3
Author: oblique <psyberbits@gmail.com>
Date:   Fri, 15 Aug 2014 11:41:30 +0300

make dnsmasq able to run even if another instance exist

Diffstat:
Mcreate_ap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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