From 310eb2d1269858d99a4484901d08f51434190bf6 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 24 Apr 2021 18:26:50 +0200 Subject: [PATCH] README.md: add DNSCrypt to the list of protocols --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02798b1..500a407 100644 --- a/README.md +++ b/README.md @@ -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_.