From a5a71b29787b43ab9237ef3459babab0c45f2708 Mon Sep 17 00:00:00 2001 From: firebadnofire <william@archuser.org> Date: Thu, 3 Apr 2025 14:52:20 -0400 Subject: [PATCH] commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d4cbe5..10f0971 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Since the proxy listens only on a local address, unencrypted DNS is not a concer ### Example Flow -[https://doh.archuser.org/dns-query](https://doh.archuser.org/dns-query) *(encrypted: HTTPS protocol)* → **secure-dns-proxy** *(unencrypted: standard DNS protocol)* → `127.0.0.35:53` +Local DNS Client → (unencrypted DNS on 127.0.0.35:53) → secure-dns-proxy → (encrypted DNS: DoH/DoT/DoQ) → Upstream DNS Resolver (e.g., https://doh.archuser.org/dns-query) # LEGAL