From 11401866e5ed9d49366fcbc746f890bec6451e47 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 6 Oct 2024 12:09:54 -0500 Subject: [PATCH] Update pihole-sync --- pihole-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole-sync b/pihole-sync index d486b10..fa1db70 100755 --- a/pihole-sync +++ b/pihole-sync @@ -63,7 +63,7 @@ localdomains_list='02-local-domains.conf' # SHOULDN'T NEED TO EDIT BELOW THIS LINE # List of DB tables we need to migrate between instances -DB_TABLES="${SYNC_TABLES:-domainlist group client client_by_group domainlist_by_group}" +DB_TABLES="${SYNC_TABLES:-adlist domainlist group client client_by_group domainlist_by_group}" DB_DUMP_FILE="db_dump.sql" # Force sudo if not running with root privileges