Development
This commit is contained in:
parent
721670469e
commit
2a17ac1feb
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue