renamed DIG_GET_IP_ARG to INTRNT_DIG_GET_IP_ARG

This commit is contained in:
Jokob-sk
2024-01-05 08:18:52 +11:00
parent 467e24d167
commit b670e3a8b1
7 changed files with 61 additions and 14 deletions

View File

@@ -32,7 +32,6 @@ arpscan_devices = []
SCAN_SUBNETS = ['192.168.1.0/24 --interface=eth1', '192.168.1.0/24 --interface=eth0']
LOG_LEVEL = 'verbose'
TIMEZONE = 'Europe/Berlin'
DIG_GET_IP_ARG = '-4 myip.opendns.com @resolver1.opendns.com'
UI_LANG = 'English'
UI_PRESENCE = ['online', 'offline', 'archived']
PIALERT_WEB_PROTECTION = False