Development
This commit is contained in:
parent
f794314f28
commit
e4a9d5c038
5 changed files with 35 additions and 15 deletions
|
|
@ -20,7 +20,7 @@ import mod_validation as validation
|
|||
|
||||
BLOCKLIST_DIR = shared.SCRIPT_DIR / "blocklists"
|
||||
DB_FILE = BLOCKLIST_DIR / "domains.db"
|
||||
LOG_FILE = shared.SCRIPT_DIR / "blocklists.log"
|
||||
LOG_FILE = BLOCKLIST_DIR / ".log"
|
||||
RESOLV_CONF = Path("/etc/resolv.conf")
|
||||
|
||||
_log = logging.getLogger("blocklists")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue