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

config dhcp
	option interface	wan
	option ignore	1