Development
This commit is contained in:
parent
df08cec23f
commit
0cd648729e
2 changed files with 25 additions and 32 deletions
|
|
@ -743,8 +743,8 @@ def cmd_apply(data, dry_run=False):
|
|||
|
||||
print("dnsmasq instances ===================================================")
|
||||
if not dnsmasq.blocklists_available(data):
|
||||
print(" NOTE: No merged blocklist files found -- blocklist rules will be absent.")
|
||||
print(" Run: sudo python3 dl_blocklists.py")
|
||||
print(" NOTE: No blocklist hosts files found -- blocklist rules will be absent.")
|
||||
print(" Run: sudo python3 dl_blocklists.py && sudo python3 core.py --merge-blocklists")
|
||||
dnsmasq.apply_dnsmasq_instances(data, start_if_needed=True)
|
||||
print()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue