diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-07 11:34:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-07 11:34:05 +0000 |
commit | 08e080d8163c34953035d39e7e81ff1138f9ebff (patch) | |
tree | fba813a87c953cef66828a11fcf38762b8d2f6bd /openwrt/package/dnsmasq/files/dnsmasq.conf | |
parent | d2f02c7a214e4ede79bfecf295d1f51289ee48d4 (diff) |
set dnsmasq except-interface in init script to wan_ifname instead of vlan1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/dnsmasq/files/dnsmasq.conf')
-rw-r--r-- | openwrt/package/dnsmasq/files/dnsmasq.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openwrt/package/dnsmasq/files/dnsmasq.conf b/openwrt/package/dnsmasq/files/dnsmasq.conf index 4ef96803a..c770d53dd 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 |