summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files/dhcp.conf
blob: fb55cf8b774a866f8ef3712f74c4fa5d9dca006f (plain)
1
2
3
4
5
6
7
8
9
config dhcp
	option interface	lan
	option start 	100
	option limit	150
	option leasetime	12h

config dhcp
	option interface	wan
	option ignore	1