From 4ed4628f02c9f493ced3d975cd62ecc202ab46b7 Mon Sep 17 00:00:00 2001 From: cynthia Date: Tue, 3 Jun 2025 17:20:36 +0100 Subject: [PATCH] fix anonymized dns --- dnscrypt/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt/index.md b/dnscrypt/index.md index 1ecbf26..5f6e55b 100644 --- a/dnscrypt/index.md +++ b/dnscrypt/index.md @@ -32,7 +32,7 @@ DNSCrypt is the oldest DNS encryption wrapper protocol, It is more optimized for #### Anonymized DNS ![](4.png) -Anonymized DNS is a relay system where your DNS queries and responses are relayed through a DNSCrypt server, so that the final DNSCrypt server is not able to tell where the queries came from (granted if the relay and final DNSCrypt server are both not owned or associated with each other). This allows for anonymous, yet still fast DNS queries. +Anonymized DNS is a relay system in DNSCrypt where your DNS queries and responses are relayed through a DNSCrypt server, so that the final DNSCrypt server is not able to tell where the queries came from (granted if the relay and final DNSCrypt server are both not owned or associated with each other). This allows for anonymous, yet still fast DNS queries. ### DNS over Tor ![](5.png)