commit
This commit is contained in:
parent
2407a6862e
commit
0fd32ef994
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# secure-dns-proxy
|
||||
|
||||
Proxied secure dns over an unencrypted DNS query to localhost (127.0.0.35:53)
|
||||
A lightweight proxy that handles secure DNS (DoH/DoT/DoQ) upstream while exposing a standard unencrypted DNS interface on `127.0.0.35:53`.
|
||||
|
||||
Since the proxy listens only on a local address, unencrypted DNS is not a concern. All outbound DNS queries are securely forwarded using HTTPS, TLS, or QUIC.
|
||||
|
||||
### 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`
|
||||
|
|
Loading…
Add table
Reference in a new issue