From c487801bab7a9878270bbb90819d4ccdabaafe7d Mon Sep 17 00:00:00 2001
From: nitrohorse <1514352+nitrohorse@users.noreply.github.com>
Date: Fri, 22 May 2020 17:11:45 -0700
Subject: [PATCH] Add banner for anonymized dns, more cleanup
---
_includes/sections/dns.html | 12 ++++++++++--
pages/providers/dns.html | 9 ++++-----
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html
index a676786a..067b6462 100644
--- a/_includes/sections/dns.html
+++ b/_includes/sections/dns.html
@@ -11,7 +11,11 @@
- 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.
+ 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.
+
+
+
+
Anonymized DNS 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
dnscrypt-proxy and a limited number of
relays.
@@ -175,7 +179,11 @@
DoH, DoT |
Yes |
Yes |
-
No |
+
+
+ Based on server choice
+
+ |
? |
Self |
diff --git a/pages/providers/dns.html b/pages/providers/dns.html
index 17750553..00b8c417 100644
--- a/pages/providers/dns.html
+++ b/pages/providers/dns.html
@@ -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
independently audited.'
+ description='Unbound is a validating, recursive, caching DNS resolver, supporting DNS-over-TLS, and has been
independently audited.'
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
Anonymized DNSCrypt, a
relay-based protocol that the hides client IP address.'
+ description='A flexible DNS proxy, with support for DNSCrypt, DNS-over-HTTPS, and
Anonymized DNSCrypt, a
relay-based protocol that the hides client IP address.'
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
dnscrypt-proxy 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
dnscrypt-proxy options such as caching DNS responses, locally logging DNS queries, and custom block lists. Users can
add custom resolvers by DNS stamp.'
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"
%}
-
-
Further Reading