diff --git a/back/pialert.conf b/back/pialert.conf index 0570a417..fbb9dd67 100644 --- a/back/pialert.conf +++ b/back/pialert.conf @@ -2,7 +2,7 @@ VERSION = '2.50' VERSION_YEAR = '2020' VERSION_DATE = '2020-12-30' -DB_PATH = '/home/pi/pialert/db/dev.db' +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=' @@ -17,12 +17,13 @@ REPORT_MAIL = False REPORT_FROM = 'Pi.Alert <' + SMTP_USER +'>' REPORT_TO = 'user@gmail.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 = True +PIHOLE_ACTIVE = False PIHOLE_DB = '/etc/pihole/pihole-FTL.db' -DHCP_ACTIVE = True +DHCP_ACTIVE = False DHCP_LEASES = '/etc/pihole/dhcp.leases'