mirror of https://github.com/aredn/aredn.git
Add dnsmasq user include file to support persistent user options (#1007)
This commit is contained in:
parent
68874e1703
commit
aec049c1fa
|
@ -0,0 +1 @@
|
|||
# Extra user dnsmasq options (preserved across reboots and upgrades)
|
|
@ -23,6 +23,7 @@
|
|||
/etc/aredn_include/lan.network.user
|
||||
/etc/aredn_include/wan.network.user
|
||||
/etc/aredn_include/dtdlink.network.user
|
||||
/etc/aredn_include/dnsmasq-user.conf
|
||||
/etc/dropbear/dropbear_dss_host_key
|
||||
/etc/dropbear/dropbear_rsa_host_key
|
||||
/etc/dropbear/dropbear_ecdsa_host_key
|
||||
|
|
|
@ -29,3 +29,6 @@ dhcp-option=option:domain-search,local.mesh
|
|||
|
||||
strict-order
|
||||
log-facility=/dev/null
|
||||
|
||||
# extra user options
|
||||
conf-file=/etc/aredn_include/dnsmasq-user.conf
|
||||
|
|
Loading…
Reference in New Issue