mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 09:54:53 +00:00
dnsmasq: enable extra tracing by default when UCI parameter logqueries is set
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 46210
This commit is contained in:
parent
eaf33c36bf
commit
c5c819c494
@ -121,7 +121,7 @@ dnsmasq() {
|
||||
append_bool "$cfg" nohosts "--no-hosts"
|
||||
append_bool "$cfg" nonegcache "--no-negcache"
|
||||
append_bool "$cfg" strictorder "--strict-order"
|
||||
append_bool "$cfg" logqueries "--log-queries"
|
||||
append_bool "$cfg" logqueries "--log-queries=extra"
|
||||
append_bool "$cfg" noresolv "--no-resolv"
|
||||
append_bool "$cfg" localise_queries "--localise-queries"
|
||||
append_bool "$cfg" readethers "--read-ethers"
|
||||
|
Loading…
Reference in New Issue
Block a user