Skip to content

Commit 76dbbdf

Browse files
authored
Update warning about multiple encrypted DNS protocols
Clarified warning about using multiple encrypted DNS protocols simultaneously to prevent unnecessary rate limit exhaustion.
1 parent 43ff5b9 commit 76dbbdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A simplified version of the hourly statistics (number of queries, number of bloc
6060
The servers are accessible via encrypted DNS protocols, including DNS-over-HTTPS/3 (DoH/DoH3), DNS-over-TLS (DoT), and DNS-over-QUIC (DoQ), as well as unencrypted DNS-over-53 (Do53). Whenever possible, I recommend using DoH or DoH3.
6161

6262
> [!WARNING]
63-
> Clients that use multiple encrypted DNS protocols at the same time, such as DoH, DoT, and DoQ, may resolve the same domain in parallel multiple times, potentially exhausting the rate limit. There is no practical reason to enable all encrypted protocols simultaneously; doing so only wastes resources.
63+
> Clients that use multiple encrypted DNS protocols at the same time, such as DoH, DoT, and DoQ, against the same DNS server may resolve the same domain in parallel multiple times, which can unnecessarily exhaust rate limits. There is no practical benefit to using all encrypted protocols simultaneously; it only wastes resources.
6464
6565
| Location | Protocols | Endpoint/URL | Apple<br>Config | Recommended for |
6666
|--------------------|---------------|-------------------------------------|-----------------------|-------------------------|

0 commit comments

Comments
 (0)