Add section to validate DNS connection #1176

Merged
nitrohorse merged 7 commits from 1152 into master 2019-08-24 17:26:38 +00:00
Showing only changes of commit 2411fe2999 - Show all commits

View File

@@ -37,7 +37,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
<table class="table sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
<th data-sorted="true" data-sorted-direction="descending">ICANN DNS Provider</th>
<th data-sorted="true" data-sorted-direction="ascending">ICANN DNS Provider</th>
<th data-sortable="true">Server Locations</th>
nitrohorse commented 2019-08-18 01:26:52 +00:00 (Migrated from github.com)
Review

Fix small issue with sorting "caret" pointing in the wrong direction on page load.

Fix small issue with sorting "caret" pointing in the wrong direction on page load.
<th data-sortable="false">Privacy Policy</th>
<th data-sortable="true">Type</th>
@@ -285,6 +285,22 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
<li>DNSCrypt - An older yet robust method of encrypting DNS.</li>
</ul>
<h4>How to Validate</h4>
<ul>
<li>DoH / DoT
<ul>
<li>Check <a href="https://www.dnsleaktest.com/">https://www.dnsleaktest.com/</a>.</li>
<li>Check the website of your DNS provider. They may have a page for telling "you are using X DNS." Examples include <a href="https://adguard.com/en/adguard-dns/overview.html">AdGuard</a> and <a href="https://1.1.1.1/help">Cloudflare</a>.</li>
<li>If using Firefox's trusted recursive resolver (TRR), navigate to <code>about:networking#dns</code>. If the TRR column says "true" for some fields, you are using DoH.</li>
</ul>
</li>
<li>dnscrypt-proxy - Try the above steps or attempt to stop it. If you have configured it correctly, your DNS requests will stop working (with the exception having Firefox's TRR configured).
</li>
<li>DNSSEC - Check <a href="https://dnssec.vs.uni-due.de/">https://dnssec.vs.uni-due.de/</a>.</li>
<li>QNAME Minimization - Run <code>dig +short txt qnamemintest.internet.nl</code> from the command-line (taken from <a href="https://nlnetlabs.nl/downloads/presentations/unbound_qnamemin_oarc24.pdf">this NLnet Labs presentation</a>). You should see this display: <code>"HOORAY - QNAME minimisation is enabled on your resolver :)!"</code></li>
</ul>
<h3>Worth Mentioning and Additional Information</h3>
<ul>