From 0299b1a5e551b80986f19e568663829520cd2560 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:58:37 +1100 Subject: [PATCH] Added mapping info for pihole --- config/pialert.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pialert.conf b/config/pialert.conf index 38ca7d63..76bed8a2 100755 --- a/config/pialert.conf +++ b/config/pialert.conf @@ -86,9 +86,9 @@ DDNS_UPDATE_URL = 'https://api.dynu.com/nic/update?' # PIHOLE settings # ---------------------- -PIHOLE_ACTIVE = False +PIHOLE_ACTIVE = False # if enabled you need to map '/etc/pihole/pihole-FTL.db' in docker-compose.yml PIHOLE_DB = '/etc/pihole/pihole-FTL.db' -DHCP_ACTIVE = False +DHCP_ACTIVE = False # if enabled you need to map '/etc/pihole/dhcp.leases' in docker-compose.yml DHCP_LEASES = '/etc/pihole/dhcp.leases' # arp-scan options & samples