ODoQ: Oblivious DNS-over-QUIC

📅 2025-09-14
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing DNS privacy protocols struggle to simultaneously achieve strong privacy and low latency: Oblivious DNS schemes prioritize anonymity but incur high latency, while DNS-over-QUIC improves performance at the cost of exposing the client’s IP address. This paper proposes ODoQ—the first privacy-preserving DNS protocol that integrates Oblivious DNS with QUIC. ODoQ establishes an end-to-end private channel via encrypted proxy relaying, QUIC session resumption, and forward-secure key negotiation. The proxy conceals user identity and thwarts traffic analysis, while QUIC’s underlying transport ensures low-latency communication. Experimental evaluation under typical network conditions shows that ODoQ reduces end-to-end latency by over 30% compared to Oblivious DoH, while guaranteeing that recursive resolvers cannot learn the client’s real IP address. ODoQ thus achieves, for the first time, a synergistic optimization of DNS privacy and performance.

Technology Category

Application Category

📝 Abstract
The Domain Name System (DNS), which converts domain names to their respective IP addresses, has advanced enhancements aimed at safeguarding DNS data and users' identity from attackers. The recent privacy-focused advancements have enabled the IETF to standardize several protocols. Nevertheless, these protocols tend to focus on either strengthening user privacy (like Oblivious DNS and Oblivious DNS-over-HTTPS) or reducing resolution latency (as demonstrated by DNS-over-QUIC). Achieving both within a single protocol remains a key challenge, which we address in this paper. Our proposed protocol -- 'Oblivious DNS-over-QUIC' (ODoQ) -- leverages the benefits of the QUIC protocol and incorporates an intermediary proxy server to protect the client's identity from exposure to the recursive resolver.
Problem

Research questions and friction points this paper is trying to address.

Combining user privacy and low latency in DNS
Protecting client identity from recursive resolvers
Integrating QUIC protocol with oblivious DNS features
Innovation

Methods, ideas, or system contributions that make the work stand out.

Uses QUIC protocol for reduced latency
Adds proxy server to protect client identity
Combines privacy and performance in DNS
🔎 Similar Papers
No similar papers found.