diff options
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 4ef96803a6..c770d53dde 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 |