mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
#-------------------------------------------------------------------------------
|
|
# Pi.Alert v2.56 / 2021-01-15
|
|
# Open Source Network Guard / WIFI & LAN intrusion detector
|
|
#
|
|
# pialert.conf - Back module. Configuration file
|
|
#-------------------------------------------------------------------------------
|
|
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
|
|
#-------------------------------------------------------------------------------
|
|
|
|
VERSION = '2.56'
|
|
VERSION_YEAR = '2021'
|
|
VERSION_DATE = '2021-01-15'
|
|
|
|
DB_PATH = '/home/pi/pialert/db/pialert.db'
|
|
LOG_PATH = '/home/pi/pialert/log'
|
|
VENDORS_DB = '/usr/share/arp-scan/ieee-oui.txt'
|
|
PA_FRONT_URL = 'http://pi.alert/deviceDetails.php?mac='
|
|
PRINT_LOG = False
|
|
|
|
SMTP_SERVER = 'smtp.gmail.com'
|
|
SMTP_PORT = 587
|
|
SMTP_USER = 'user@gmail.com'
|
|
SMTP_PASS = 'password'
|
|
|
|
REPORT_MAIL = False
|
|
REPORT_FROM = 'Pi.Alert <' + SMTP_USER +'>'
|
|
REPORT_TO = 'user@gmail.com'
|
|
|
|
# QUERY_MYIP_SERVER = 'https://diagnostic.opendns.com/myip'
|
|
QUERY_MYIP_SERVER = 'http://ipv4.icanhazip.com'
|
|
DDNS_ACTIVE = False
|
|
DDNS_DOMAIN = 'your_domain.freeddns.org'
|
|
DDNS_USER = 'dynu_user'
|
|
DDNS_PASSWORD = 'A0000000B0000000C0000000D0000000'
|
|
DDNS_UPDATE_URL = 'https://api.dynu.com/nic/update?'
|
|
|
|
PIHOLE_ACTIVE = False
|
|
PIHOLE_DB = '/etc/pihole/pihole-FTL.db'
|
|
DHCP_ACTIVE = False
|
|
DHCP_LEASES = '/etc/pihole/dhcp.leases'
|