From 1061e3ed4430f68a0adb87eecadbb9208e7b51dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 8 Jul 2022 17:00:45 +0200 Subject: [PATCH] add DNS over QUIC (RFC 9250) --- dnstap.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/dnstap.proto b/dnstap.proto index 599b35f..dfc8ad4 100644 --- a/dnstap.proto +++ b/dnstap.proto @@ -64,6 +64,7 @@ enum SocketProtocol { DOH = 4; // DNS over HTTPS (RFC 8484) DNSCryptUDP = 5; // DNSCrypt over UDP (https://dnscrypt.info/protocol) DNSCryptTCP = 6; // DNSCrypt over TCP (https://dnscrypt.info/protocol) + DOQ = 7; // DNS over QUIC (RFC 9250) } // Policy: information about any name server operator policy