Development
This commit is contained in:
parent
f794314f28
commit
e4a9d5c038
5 changed files with 35 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ from datetime import datetime, timezone
|
|||
import config_utils
|
||||
import factory
|
||||
|
||||
DNS_LOG_FILE = f'{config_utils.CONFIGS_DIR}/blocklists.log'
|
||||
DNS_LOG_FILE = f'{config_utils.BLOCKLISTS_DIR}/.log'
|
||||
DNS_LOG_MAX = 50
|
||||
|
||||
BL_TYPE_LABELS = {'community': 'Community', 'local': 'Local'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue