Development

This commit is contained in:
Matthew Grotke 2026-06-09 11:03:29 -04:00
parent 721670469e
commit 2a17ac1feb

View file

@ -693,6 +693,8 @@ def apply_dnsmasq_instances(data, dry_run=False, start_if_needed=True):
if not dry_run: if not dry_run:
shared.DNSMASQ_CONF_DIR.mkdir(exist_ok=True) shared.DNSMASQ_CONF_DIR.mkdir(exist_ok=True)
disable_system_dnsmasq(data)
print()
print("Updating blocklist hosts files ======================================") print("Updating blocklist hosts files ======================================")
update_blocklist_hosts(data) update_blocklist_hosts(data)
print() print()