Update DNS page with card-based client recommendations #1900

Merged
nitrohorse merged 17 commits from rework-dns-page into master 2020-06-04 16:00:32 +00:00
2 changed files with 14 additions and 7 deletions
Showing only changes of commit c487801bab - Show all commits

View File

@@ -11,7 +11,11 @@
</ul>
<div class="alert alert-warning" role="alert">
<strong>Note: Using a DNS-over-HTTPS, DNS-over-TLS, or DNSCrypt resolver will not make you anonymous, nor hide your internet traffic from your Internet Service Provider. But, it will prevent DNS hijacking, and make your DNS requests harder for third parties to eavesdrop on and tamper with. If you are currently using Google's DNS resolver, you should pick an alternative here.</strong>
Using a DNS-over-HTTPS, DNS-over-TLS, or DNSCrypt resolver will not make you anonymous, nor hide your internet traffic from your Internet Service Provider. But, it will prevent DNS hijacking, and make your DNS requests harder for third parties to eavesdrop on and tamper with. If you are currently using Google's DNS resolver, you should pick an alternative here.
</div>
<div class="alert alert-success" role="alert">
<a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS">Anonymized DNS</a> is a lightweight protocol that hides the client IP address by using pre-configured relays to forward encrypted DNS data. Keep in mind this is a relatively new protocol currently only supported by <a href="#dns-desktop-clients">dnscrypt-proxy</a> and a limited number of <a href="https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/relays.md">relays</a>.
</div>
<div class="table-responsive">
@@ -175,7 +179,11 @@
<td>DoH, DoT</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>
<span class="no-text-wrap">
Based on server choice
</span>
</td>
<td>?</td>
<td>Self</td>
</tr>

View File

@@ -18,7 +18,7 @@ breadcrumb: "DNS"
include cardv2.html
title="Unbound"
image="/assets/img/svg/3rd-party/unbound.svg"
description='Unbound is a validating, recursive, caching DNS resolver, supporting DNS-over-TLS, and has been <a href="//ostif.org/our-audit-of-unbound-dns-by-x41-d-sec-full-results/">independently audited</a>.'
description='Unbound is a validating, recursive, caching DNS resolver, supporting DNS-over-TLS, and has been <a href="https://ostif.org/our-audit-of-unbound-dns-by-x41-d-sec-full-results/">independently audited</a>.'
website="//nlnetlabs.nl/projects/unbound/about/"
forum="TBD"
github="//github.com/NLnetLabs/unbound"
@@ -28,7 +28,7 @@ breadcrumb: "DNS"
include cardv2.html
title="dnscrypt-proxy"
image="/assets/img/svg/3rd-party/dnscrypt-proxy.svg"
description='A flexible DNS proxy, with support for DNSCrypt, DNS-over-HTTPS, and <a href="//github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt">Anonymized DNSCrypt</a>, a <a href="//github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS">relay-based protocol that the hides client IP address.</a>'
description='A flexible DNS proxy, with support for DNSCrypt, DNS-over-HTTPS, and <a href="https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt">Anonymized DNSCrypt</a>, a <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS">relay-based protocol that the hides client IP address.</a>'
website="//github.com/DNSCrypt/dnscrypt-proxy/wiki"
forum="TBD"
github="//github.com/DNSCrypt/dnscrypt-proxy"
@@ -83,11 +83,10 @@ breadcrumb: "DNS"
include cardv2.html
title="DNSCloak"
image="/assets/img/png/3rd-party/dnscloak.png"
description='An open-source iOS client supporting DNS-over-HTTPS and DNSCrypt. Supports <a href="//github.com/DNSCrypt/dnscrypt-proxy/wiki">dnscrypt-proxy</a> options such as caching DNS responses, locally logging DNS queries, and custom block lists.'
description='An open-source iOS client supporting DNS-over-HTTPS and DNSCrypt and <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki">dnscrypt-proxy</a> options such as caching DNS responses, locally logging DNS queries, and custom block lists. Users can <a href="https://blog.privacytools.io/adding-custom-dns-over-https-resolvers-to-dnscloak/">add custom resolvers by DNS stamp</a>.'
website="https://github.com/s-s/dnscloak/blob/master/README.md"
privacy-policy="https://drive.google.com/file/d/1050No_pU74CAWUS5-BwQWyO2x_aiMzWc/view"
forum="TBD"
ios="https://apps.apple.com/app/id1452162351"
github="https://github.com/s-s/dnscloak"
%}
<h2 id="dns-further-reading">Further Reading</h2>