fix lines

This commit is contained in:
cynthia 2025-06-02 21:40:36 +01:00
parent 990571197b
commit 52067c3c55

View file

@ -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