2024-08-15 21:28:45 -06:00
|
|
|
|
2023-09-18 17:47:48 -06:00
|
|
|
config dnsmasq
|
2023-09-20 11:32:11 -06:00
|
|
|
option rebind_protection '0'
|
2024-08-15 21:28:45 -06:00
|
|
|
option confdir '/tmp/dnsmasq.d,*.conf'
|
2023-09-18 17:47:48 -06:00
|
|
|
|
2013-11-14 23:11:16 -07:00
|
|
|
config dhcp
|
2024-08-15 21:28:45 -06:00
|
|
|
option interface 'lan'
|
|
|
|
option start <dhcp_start>
|
|
|
|
option limit <dhcp_limit>
|
|
|
|
option leasetime '1h'
|
|
|
|
option force '1'
|
|
|
|
option ignore <lan_dhcp>
|
2013-11-14 23:11:16 -07:00
|
|
|
|
|
|
|
config dhcp
|
2024-08-15 21:28:45 -06:00
|
|
|
option interface 'wan'
|
|
|
|
option ignore '1'
|
2013-11-14 23:11:16 -07:00
|
|
|
|
|
|
|
config dhcp
|
2024-08-15 21:28:45 -06:00
|
|
|
option interface 'wifi'
|
|
|
|
option ignore '1'
|