mirror of https://github.com/aredn/aredn.git
20 lines
350 B
Plaintext
20 lines
350 B
Plaintext
config dnsmasq
|
|
option rebind_protection '0'
|
|
option confdir '/tmp/dnsmasq.d,*.conf'
|
|
|
|
config dhcp
|
|
option interface lan
|
|
option start <dhcp_start>
|
|
option limit <dhcp_limit>
|
|
option leasetime 1h
|
|
option force 1
|
|
option ignore <lan_dhcp>
|
|
|
|
config dhcp
|
|
option interface wan
|
|
option ignore 1
|
|
|
|
config dhcp
|
|
option interface wifi
|
|
option ignore 1
|