mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
add uci support for "proxy-dnssec" in dnsmasq
This patch simply adds support for the "--proxy-dnssec" command in dnsmasq into the init file so it can be used with /etc/config/dhcp. Signed-off-by: Adam Gensler <openwrt@kristenandadam.net> SVN-Revision: 36570
This commit is contained in:
parent
9d8e3e03df
commit
29d4c36622
@ -96,6 +96,7 @@ dnsmasq() {
|
|||||||
append_bool "$cfg" enable_tftp "--enable-tftp"
|
append_bool "$cfg" enable_tftp "--enable-tftp"
|
||||||
append_bool "$cfg" nonwildcard "--bind-interfaces"
|
append_bool "$cfg" nonwildcard "--bind-interfaces"
|
||||||
append_bool "$cfg" fqdn "--dhcp-fqdn"
|
append_bool "$cfg" fqdn "--dhcp-fqdn"
|
||||||
|
append_bool "$cfg" proxydnssec "--proxy-dnssec"
|
||||||
|
|
||||||
append_parm "$cfg" dhcpscript "--dhcp-script"
|
append_parm "$cfg" dhcpscript "--dhcp-script"
|
||||||
append_parm "$cfg" cachesize "--cache-size"
|
append_parm "$cfg" cachesize "--cache-size"
|
||||||
|
Loading…
Reference in New Issue
Block a user