From 85efc93d4dbfffa3d71178d0466c2731643f9ff3 Mon Sep 17 00:00:00 2001
From: nitrohorse <1514352+nitrohorse@users.noreply.github.com>
Date: Thu, 22 Aug 2019 13:01:33 -0700
Subject: [PATCH] Indicate which DNS providers support DoT over port 443
(#1178)
* Add tooltip for port 443 support indication
* Group in sort; update DoT term description
* Remove color from DoT/443 values
---
_includes/sections/dns.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html
index d8511966..e2899992 100644
--- a/_includes/sections/dns.html
+++ b/_includes/sections/dns.html
@@ -85,7 +85,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
Hobby Project |
No |
- DoH, DoT, DNSCrypt |
+ DoH, DoT, DNSCrypt |
Yes |
Yes |
Ads, trackers, malicious domains |
@@ -150,7 +150,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
Hobby Project |
No |
- DoH, DoT, DNSCrypt |
+ DoH, DoT, DNSCrypt |
Yes |
Yes |
Based on server choice |
@@ -169,7 +169,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
Non-Profit |
Some |
- DoH, DoT |
+ DoH, DoT |
Yes |
Yes |
No |
@@ -280,7 +280,7 @@ 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-TLS (DoT) - A security protocol for encrypted DNS on a dedicated port 853. Some providers support port 443 which generally works everywhere while port 853 is often blocked by restrictive firewalls.
- 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.