config dnsmasq
	option rebind_protection 0  # disable if upstream must serve RFC1918 addresses
	option rebind_localhost 1  # enable for RBL checking and similar services
	option domain	''
	option expandhosts	1
	option nonegcache	0
	option authoritative	1
	option leasefile	'/tmp/dhcp.leases'
	option resolvfile	'/tmp/resolv.conf.auto'
#	option readethers	1
#	option local	'/lan/'
#	option domainneeded	1
#	option boguspriv	1
#	option filterwin2k	0  # enable for dial on demand
#	option localise_queries	1
#	option localservice	1  # disable to allow DNS requests from non-local subnets

config dhcp lan
	option interface	wlan
	option start 	2
	option limit	250
	option leasetime	12h

config dhcp wan
	option interface	wan
	option ignore	1

config dhcp wifiwan
	option interface	wifiwan
	option ignore	1
