From 2a17ac1feb976dc7f0feffc9a6293116cbd64d34 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Tue, 9 Jun 2026 11:03:29 -0400 Subject: [PATCH] Development --- routlin/mod_dnsmasq.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routlin/mod_dnsmasq.py b/routlin/mod_dnsmasq.py index b20ec42..fed82f2 100644 --- a/routlin/mod_dnsmasq.py +++ b/routlin/mod_dnsmasq.py @@ -693,6 +693,8 @@ def apply_dnsmasq_instances(data, dry_run=False, start_if_needed=True): if not dry_run: shared.DNSMASQ_CONF_DIR.mkdir(exist_ok=True) + disable_system_dnsmasq(data) + print() print("Updating blocklist hosts files ======================================") update_blocklist_hosts(data) print()