From d24495a58f3c176c2f127285c9e85cfa0122a0f6 Mon Sep 17 00:00:00 2001
From: nitrohorse <1514352+nitrohorse@users.noreply.github.com>
Date: Wed, 7 Aug 2019 22:29:46 -0700
Subject: [PATCH] Update descriptions, add DNS-over-Tor description
---
_includes/sections/dns.html | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html
index 51fb7adb..e583d07b 100644
--- a/_includes/sections/dns.html
+++ b/_includes/sections/dns.html
@@ -38,7 +38,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
Encrypted ICANN DNS Providers
- Note: Using an encrypted DNS provider will not make you anonymous, nor hide your internet traffic from your Internet Service Provider. But it will prevent DNS hijacking and spoofing, and make your DNS queries harder to share with third parties. If you are currently using Google as your DNS resolver, you should pick an alternative here.
+ Note: Using an encrypted DNS provider 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 to filter and share with third parties. If you are currently using Google as your DNS resolver, you should pick an alternative here.
@@ -106,7 +106,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
- Cloudflare
+ Cloudflare
|
Anycast (based in US) |
@@ -116,7 +116,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
|
Commercial |
Some |
- DoH, DoT, DNSCrypt |
+ DoH, DoT, DNSCrypt, DNS-over-Tor |
Y |
Y |
N |
@@ -177,7 +177,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
Non-Profit |
Some |
- DoH, DoT, DNS-over-Onion (experimental) |
+ DoH, DoT, DNS-over-Tor |
Y |
Y |
N |
@@ -288,15 +288,16 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
Terms
- - DNS over TLS (DoT) - a security protocol for encrypted DNS on a dedicated port 853.
- - DNS over HTTPS (DoH) - similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443.
- - DNSCrypt - an older yet robust method of encrypting DNS.
+ - DNS-over-TLS (DoT) - A security protocol for encrypted DNS on a dedicated port 853.
+ - DNS-over-HTTPS (DoH) - Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443.
+ - DNS-over-Tor - An experimental security protocol for "not only protecting lookups from eavesdroppers but also providing anonymity for clients towards the resolver" (more details).
+ - DNSCrypt - On older yet robust method of encrypting DNS.
Worth Mentioning and additional information