diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-07 18:01:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-07 18:01:34 +0000 |
commit | 29e2567a0c3f0990f841b81779f430920b2d72cf (patch) | |
tree | 819a3ab9f3fb374461135af0d7bbcf28791696d8 | |
parent | Merging upstream version 0.4.0. (diff) | |
download | dnswire-29e2567a0c3f0990f841b81779f430920b2d72cf.tar.xz dnswire-29e2567a0c3f0990f841b81779f430920b2d72cf.zip |
Updating local dnstap.proto to 20220708 (1061e3e).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/dnstap.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/dnstap.proto b/debian/local/dnstap.proto index 599b35f..dfc8ad4 100644 --- a/debian/local/dnstap.proto +++ b/debian/local/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 |