Merge pull request #847 from pi-hole/tweak/dnssec-warning

Expand upon DNSSEC warning
This commit is contained in:
Mark Drobnak
2018-09-17 17:27:28 -04:00
committed by GitHub
+5 -2
View File
@@ -834,8 +834,11 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
</div>
<p>Validate DNS replies and cache DNSSEC data. When forwarding DNS
queries, Pi-hole requests the DNSSEC records needed to validate
the replies. Use Google, Norton, DNS.WATCH or Quad9 DNS servers when activating
DNSSEC. Note that the size of your log might increase significantly
the replies. If a domain fails validation or the upstream does not
support DNSSEC, this setting can cause issues resolving domains.
Use Google, Norton, DNS.WATCH, Quad9, or another DNS
server which supports DNSSEC when activating DNSSEC. Note that
the size of your log might increase significantly
when enabling DNSSEC. A DNSSEC resolver test can be found
<a href="http://dnssec.vs.uni-due.de/" target="_blank">here</a>.</p>
<label>Conditional Forwarding</label>