matthewgall / doh-proxy

doh-proxy is the open source system behind mydns.network, proxying and relaying connections between users and a selection of DoH providers
https://mydns.network
Apache License 2.0
4 stars 2 forks source link

DNS over QUIC | DNSCurve #2

Open Zig-Rust-Odin opened 3 weeks ago

Zig-Rust-Odin commented 3 weeks ago

quic://freedom.mydns.network quic://paranoia.mydns.network quic://adblock.mydns.network quic://family.mydns.network

DNS over QUIC (DoQ): This is a newer protocol that uses QUIC, a transport layer network protocol that runs on top of UDP. DoQ aims to provide similar privacy and security benefits as DoH but with potentially improved performance and reduced latency. QUIC is designed to be faster and more efficient than traditional TCP connections.

DNSCurve

Simply put, DNSCurve is encrypted DNS. More specifically it's Zero-RTT link-level encryption using Curve25519 with XSalsa20Poly1305. Here's a short description of how it works!

matthewgall commented 1 week ago

Sure, we can deploy this