Development
This commit is contained in:
parent
b38c199baf
commit
fd7cc5c11d
9 changed files with 55 additions and 24 deletions
|
|
@ -478,7 +478,7 @@ def build_vlan_dnsmasq_conf(vlan, data, iface):
|
|||
continue # skip IPv6 upstream -- WAN has no IPv6 address
|
||||
L.append(f"server={srv}")
|
||||
L.append(f"cache-size={dns_cfg.get('cache_size', 1000)}")
|
||||
if vlan.get("dnsmasq_log_queries", False):
|
||||
if vlan.get("dnsmasq_log_queries_days", 0):
|
||||
L.append("log-queries")
|
||||
L.append("")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue