Development
This commit is contained in:
parent
b38c199baf
commit
fd7cc5c11d
9 changed files with 55 additions and 24 deletions
|
|
@ -143,7 +143,7 @@ def load_dns_metrics(period=0):
|
|||
|
||||
|
||||
def has_query_logging(cfg):
|
||||
return any(v.get('dnsmasq_log_queries') for v in cfg.get('vlans', []))
|
||||
return any(v.get('dnsmasq_log_queries_days', 0) > 0 for v in cfg.get('vlans', []))
|
||||
|
||||
|
||||
def blocked_domains_table():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue