Skip to content

Commit df1db20

Browse files
committed
Fixes in choosing-a-protocol.md and overview.md
1 parent 046542f commit df1db20

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ However, it can be unstable and result in performance issues. When all data pack
2121

2222
### DNS-over-QUIC (DoQ)
2323

24-
DNS-over-QUIC is a DNS protocol that uses the QUIC transport layer protocol to transmit DNS requests. It solves one of the main problems with the DoH protocol: instability due to head-of-line blocking.
24+
DNS-over-QUIC is a DNS protocol that uses the QUIC transport layer protocol to transmit DNS requests. It solves one of the main problems with the DoH protocol: head-of-line blocking.
2525

2626
Since DoQ uses the QUIC protocol to keep DNS activity separate from web traffic, it avoids the timing issues observed in DoH. Consequently, it doesn't reveal any traffic patterns. This makes it harder to link your DNS queries to your browsing activity, even though the traffic itself is easier to spot.
2727

28-
If you're looking for a combination of privacy and stability, DoQ is usually the best choice.
28+
However, DoQ remains an experimental protocol and might face stability problems or be blocked by ISPs and censors. If you are not ready to deal with that, it might not be the best choice.
2929

3030
![DoH vs. DoQ *border](https://cdn.adtidy.org/blog/new/gy178dohdoq.jpg)
3131

docs/public-dns/overview.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Each server supports different secure protocols: DNSCrypt, DNS-over-HTTPS (DoH),
1616

1717
Besides plain DNS (both IPv4 and IPv6) AdGuard DNS supports various encrypted protocols, so you can choose the one that suits you best.
1818

19+
### DNSCrypt
20+
21+
AdGuard DNS allows you to use a specific encrypted protocol — DNSCrypt. Thanks to it, all DNS requests are being encrypted, which protects you from possible request interception and subsequent eavesdropping and/or alteration.
22+
23+
:::note
24+
25+
This is an obsolete protocol with restricted support.
26+
27+
:::
28+
1929
### DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT)
2030

2131
DoH and DoT are modern secure DNS protocols that gain more and more popularity and will become the industry standards for the foreseeable future. Both are more reliable than DNSCrypt and both are supported by AdGuard DNS.

0 commit comments

Comments
 (0)