Skip to content

Commit 9310b74

Browse files
Update docs/public-dns/choosing-a-protocol.md
Co-authored-by: Helen <[email protected]>
1 parent 4d1f77c commit 9310b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/public-dns/choosing-a-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When it comes to privacy, DoT isn’t the strongest option. Because it uses a de
1515

1616
### DNS-over-HTTPS (DoH)
1717

18-
DNS-over-HTTPS sends your DNS queries through the same secure connection used to load websites — over port 443. This makes it harder for networks or censors to detect or block, which is great for privacy and especially useful when bypassing censorship.
18+
DNS-over-HTTPS sends your DNS queries over port 443, the same secure connection used to load websites. This makes it harder for networks or censors to detect or block.
1919

2020
However, it can be unstable and result in performance issues. When all data packets share the same connection, they rely on the same transport layer. This can cause a problem called head-of-line blocking. If one packet is lost or delayed, it holds up everything else, including unrelated packets. As a result, all responses are delayed, even if most of the data is ready to be delivered.
2121

0 commit comments

Comments
 (0)