From 52067c3c559832df487abd5d9182a42f5521fe25 Mon Sep 17 00:00:00 2001 From: cynthia Date: Mon, 2 Jun 2025 21:40:36 +0100 Subject: [PATCH] fix lines --- dnscrypt/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dnscrypt/index.md b/dnscrypt/index.md index 8047782..77bb3cb 100644 --- a/dnscrypt/index.md +++ b/dnscrypt/index.md @@ -22,22 +22,27 @@ DNS over HTTPS is the more newer RFC-standard DNS encryption wrapper, which wrap ### DNSCrypt ![](3.png) + DNSCrypt is the oldest DNS encryption wrapper protocol, It is more optimized for speed than DoT and DoH and uses 443 on TCP/UDP (same port as HTTPS). The port number helps obfuscate the protocol at a basic level from ISPs and other MiTMs from detecting the usage of the protocol (although it won't help against DPIs). DNSCrypt also has a feature called Anonymized DNS which we will be talking in the next sub-section. #### Anonymized DNS ![](4.png) + (TODO) ### DNS over Tor ![](5.png) + (TODO) ### DNS over VPN ![](6.png) + (TODO) ### Local DNS ![](7.png) + (TODO) ## DNS protocol ratings