From 6a5d926ef6eca2f36d1790bbe460d21c5930a5fb Mon Sep 17 00:00:00 2001 From: Clayton Auld Date: Mon, 13 Sep 2021 23:52:36 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71295a0..3501c5f 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ CACHE_SIZE=0 * This step is important because the caching is already handled by the Unbound. **Please note that if the changes are only made to the file `/etc/dnsmasq.d/01-pihole.conf` they will be overwritten once you update/modify Pi-hole.** -3. When you're using unbound you're relying on that for DNSSEC validation and caching, and Pi-hole doing those same things are just going to waste time validating DNSSEC twice. In order to resolve this issue you need to untick the `Use DNSSEC` option in Pi-hole web interface by navigating to `Settings > DNS > Advanced DNS settings`. +3. When you're using unbound you're relying on that for DNSSEC validation and caching. Setting Pi-hole to do this same things is just going to waste time validating DNSSEC twice. In order to resolve this issue you need to untick the `Use DNSSEC` option in Pi-hole web interface by navigating to `Settings > DNS > Advanced DNS settings`. ![Screenshot](./images/disable_dnssec.png "Disable DNSSEC")