From 67b68b440032ce77424b96d6c49eee4d7ae22bb4 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 12 May 2020 20:14:59 +0200 Subject: [PATCH] Add pihole-FTL.conf ans custom.list (Local DNS Records) to Teleporter Backup Signed-off-by: DL6ER --- scripts/pi-hole/php/teleporter.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/pi-hole/php/teleporter.php b/scripts/pi-hole/php/teleporter.php index 606d3a57..7c4266c3 100644 --- a/scripts/pi-hole/php/teleporter.php +++ b/scripts/pi-hole/php/teleporter.php @@ -542,6 +542,8 @@ else archive_add_file("/etc/pihole/","setupVars.conf"); archive_add_file("/etc/pihole/","dhcp.leases"); + archive_add_file("/etc/pihole/","custom.list"); + archive_add_file("/etc/pihole/","pihole-FTL.conf"); archive_add_file("/etc/","hosts","etc/"); archive_add_directory("/etc/dnsmasq.d/","dnsmasq.d/");