Skip to content

Commit

Permalink
add DNS over QUIC (RFC 9250)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat authored and cmikk committed Aug 22, 2022
1 parent ddf9ab5 commit 1061e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnstap.proto
Expand Up @@ -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
Expand Down

0 comments on commit 1061e3e

Please sign in to comment.