Development

This commit is contained in:
Matthew Grotke 2026-06-09 10:31:37 -04:00
parent df08cec23f
commit 0cd648729e
2 changed files with 25 additions and 32 deletions

View file

@ -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()