Skip to content

Commit

Permalink
Update README for further readability
Browse files Browse the repository at this point in the history
  • Loading branch information
clayauld committed Mar 31, 2021
1 parent 539d588 commit 3ce1190
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,9 @@ In order to experience high speed and low latency DNS resolution, you need to ma

1. Open the configuration file `/etc/dnsmasq.d/01-pihole.conf` and make sure that cache size is zero by setting `cache-size=0`. This step is important because the caching is already handled by the Unbound. **Please note that the changes made to this file will be overwritten once you update/modify Pi-hole.**

2. 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`.
2. 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`.

![Screenshot](./images/disable_dnssec.png "Disable DNSSEC")

## Final Steps:

Expand All @@ -427,8 +429,4 @@ Next steps to set Pi-hole's upstream DNS server to the unbound service

![Screenshot](./images/upstream_dns.PNG "Upstream DNS")

4. Disable DNSSEC on Pi-hole service as it is enabled in the Unbound service.

![Screenshot](./images/disable_dnssec.png "Disable DNSSEC")

5. Reboot Server to Apply all changes and check configuration
4. Reboot Server to Apply all changes and check configuration

0 comments on commit 3ce1190

Please sign in to comment.