From eb1b74dbb2da15a429d6fc509f8654b9d89676b3 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Tue, 20 Sep 2022 14:56:53 +0100 Subject: [PATCH] pihole: fix: Update path of data directories --- pihole/{etc-dnsmasq.d => dnsmasq.d-data}/02-netease.conf | 0 pihole/{etc-pihole => pihole-data}/custom.list | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename pihole/{etc-dnsmasq.d => dnsmasq.d-data}/02-netease.conf (100%) rename pihole/{etc-pihole => pihole-data}/custom.list (100%) diff --git a/pihole/etc-dnsmasq.d/02-netease.conf b/pihole/dnsmasq.d-data/02-netease.conf similarity index 100% rename from pihole/etc-dnsmasq.d/02-netease.conf rename to pihole/dnsmasq.d-data/02-netease.conf diff --git a/pihole/etc-pihole/custom.list b/pihole/pihole-data/custom.list similarity index 100% rename from pihole/etc-pihole/custom.list rename to pihole/pihole-data/custom.list