DNS-over-QUIC (DoQ)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/dns-over-quic/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/dns-over-quic/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-over-quic/)
Use the native HTML custom element.
DNS-over-QUIC (DoQ, RFC 9250) é um transporte DNS que preserva a privacidade e executa consultas DNS sobre o protocolo QUIC na porta UDP 853. O QUIC oferece criptografia integrada (TLS 1.3), multiplexação sem bloqueio de cabeça de fila e estabelecimento de conexão mais rápido do que alternativas baseadas em TCP como [[dns-over-tls|DoT]]. O DoQ oferece menor latência do que [[dns-over-https|DoH]] para consultas em massa e é particularmente vantajoso em redes móveis onde as conexões mudam frequentemente.
Exemplo
AdGuard DNS supports DoQ at `quic://dns.adguard.com` — compatible clients can resolve names with TLS 1.3 encryption and QUIC's 0-RTT reconnection speed.