From 80e95cd028661562275258ed79a20a32de81d0ed Mon Sep 17 00:00:00 2001 From: gdm85 <gdm85@users.noreply.github.com> Date: Sat, 3 Sep 2022 10:32:29 +0200 Subject: [PATCH] docs: mention poor compatibility with dnscrypt-proxy --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 179ac62..e11584f 100644 --- a/Readme.md +++ b/Readme.md @@ -319,6 +319,10 @@ Currently supported features are: - [X] EDNS0 large UDP packet (4 KiB by default) - [X] EDNS0-Client-Subnet (/24 for IPv4, /56 for IPv6 by default) +## Known issues + +* it does not work well with [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy), you might want to use either (or fix the compatibility bugs by submitting PRs) + ## The name of the project This project is named "DNS-over-HTTPS" because it was written before the IETF DoH project. Although this project is compatible with IETF DoH, the project is not affiliated with IETF. -- GitLab