audit update
This commit is contained in:
parent
2a96ea7245
commit
705965a17c
|
@ -643,6 +643,9 @@ def push_blocklist(token: str, host: str, blocklist: list[DomainBlock],
|
||||||
else:
|
else:
|
||||||
log.info("Dry run selected. Not adding block.")
|
log.info("Dry run selected. Not adding block.")
|
||||||
|
|
||||||
|
for block in serverblocks:
|
||||||
|
log.debug(f"Checking block: {block}")
|
||||||
|
|
||||||
def load_config(configfile: str):
|
def load_config(configfile: str):
|
||||||
"""Augment commandline arguments with config file parameters
|
"""Augment commandline arguments with config file parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue