summaryrefslogtreecommitdiff
path: root/openwrt/package/dnsmasq
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-09-07 11:34:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-09-07 11:34:05 +0000
commit9740c2942b5347bce2f23415c2642685a06913ef (patch)
treefba813a87c953cef66828a11fcf38762b8d2f6bd /openwrt/package/dnsmasq
parenta097b012fbe13db9a71f46beae9bba84f55048a7 (diff)
downloadmtk-20170518-9740c2942b5347bce2f23415c2642685a06913ef.zip
mtk-20170518-9740c2942b5347bce2f23415c2642685a06913ef.tar.gz
mtk-20170518-9740c2942b5347bce2f23415c2642685a06913ef.tar.bz2
set dnsmasq except-interface in init script to wan_ifname instead of vlan1
SVN-Revision: 1866
Diffstat (limited to 'openwrt/package/dnsmasq')
-rwxr-xr-xopenwrt/package/dnsmasq/files/S50dnsmasq5
-rw-r--r--openwrt/package/dnsmasq/files/dnsmasq.conf3
2 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/dnsmasq/files/S50dnsmasq b/openwrt/package/dnsmasq/files/S50dnsmasq
index 4f37218..c970960 100755
--- a/openwrt/package/dnsmasq/files/S50dnsmasq
+++ b/openwrt/package/dnsmasq/files/S50dnsmasq
@@ -20,6 +20,9 @@ udhcpc -n -q -R -s /bin/true -i $ifname >&- || {
end=$(nvram get dhcp_num)
end=$((start+${end:-150}))
- args="-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h"
+ wanproto=$(nvram get wan_proto)
+ [ -z "$wanproto" -o "$wanproto" = "none" ] || wanif=$(nvram get wan_ifname)
+
+ args="-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h ${wanif:+-I ${wanif} }"
}
dnsmasq ${args}
diff --git a/openwrt/package/dnsmasq/files/dnsmasq.conf b/openwrt/package/dnsmasq/files/dnsmasq.conf
index 4ef9680..c770d53 100644
--- a/openwrt/package/dnsmasq/files/dnsmasq.conf
+++ b/openwrt/package/dnsmasq/files/dnsmasq.conf
@@ -8,9 +8,6 @@ localise-queries
local=/lan/
domain=lan
-# no dhcp / dns queries from the wan
-except-interface=vlan1
-
# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
#dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h