Development

This commit is contained in:
Matthew Grotke 2026-06-09 11:32:33 -04:00
parent f794314f28
commit e4a9d5c038
5 changed files with 35 additions and 15 deletions

View file

@ -7,7 +7,7 @@ import config_utils
import sanitize
import mod_validation as validate
DNS_LOG_FILE = Path(config_utils.CONFIGS_DIR) / 'blocklists.log'
DNS_LOG_FILE = Path(config_utils.BLOCKLISTS_DIR) / '.log'
_PAGE = Path(__file__).parent.name