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 ### DNSCrypt
![](3.png) ![](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. 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 #### Anonymized DNS
![](4.png) ![](4.png)
(TODO) (TODO)
### DNS over Tor ### DNS over Tor
![](5.png) ![](5.png)
(TODO) (TODO)
### DNS over VPN ### DNS over VPN
![](6.png) ![](6.png)
(TODO) (TODO)
### Local DNS ### Local DNS
![](7.png) ![](7.png)
(TODO) (TODO)
## DNS protocol ratings ## DNS protocol ratings