mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
dnsmasq: use config_get_bool for dnsmasq
SVN-Revision: 41302
This commit is contained in:
parent
2c9c7ada6e
commit
2dd6d4a4f0
@ -187,7 +187,7 @@ dnsmasq() {
|
||||
config_list_foreach "$cfg" rebind_domain append_rebind_domain
|
||||
}
|
||||
|
||||
config_get dnssec "$cfg" dnssec
|
||||
config_get_bool dnssec "$cfg" dnssec 0
|
||||
[ "$dnssec" -gt 0 ] && {
|
||||
xappend "--conf-file=$TRUSTANCHORSFILE"
|
||||
xappend "--dnssec"
|
||||
|
Loading…
x
Reference in New Issue
Block a user