From 04bb3c965f341237eae82b990fabcacb165657c4 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Thu, 20 Feb 2025 22:32:42 +0100 Subject: [PATCH] Improve wording Co-authored-by: Adam Warner Signed-off-by: yubiuser --- docs/docker/upgrading/v5-v6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker/upgrading/v5-v6.md b/docs/docker/upgrading/v5-v6.md index 8f4aa56c..63c52d3e 100644 --- a/docs/docker/upgrading/v5-v6.md +++ b/docs/docker/upgrading/v5-v6.md @@ -60,7 +60,7 @@ FTLCONF_dns_revServers: 'true,192.168.0.0/24,192.168.0.1#53,lan' ### Custom dnsmasq config files -Pi-hole v6 does not use `/etc/dnsmasq.d/` for it's config files anymore. If custom config files should used by Pi-hole you need +By default, Pi-hole v6 no longer reads configuration files from `/etc/dnsmasq.d/`. If you want Pi-hole to read files from this location you should: 1. Mount the local folder containing the config files into `/etc/dnsmasq.d` into the container 2. Set the environment variable `FTLCONF_misc_etc_dnsmasq_d: 'true'`