README.md: add DNSCrypt to the list of protocols

pull/26/head
Frank Denis 2021-04-24 18:26:50 +02:00 committed by Karan Sharma
parent 8dc23ce8f5
commit 310eb2d126
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ to experiment with writing a DNS Client from scratch in `Go` myself. Hence the n
- DNS over **TLS** (DoT)
- DNS over **TCP**
- DNS over **UDP**
- DNS over **DNSCrypt**
- Supports **ndots** and **search** configurations from `resolv.conf` or command-line arguments.
- Supports multiple resolvers at once.
- Supports IPv4 **and** IPv6 _both_.