From: Charles-Henri Bruyand Date: Wed, 17 Jan 2024 14:50:26 +0000 (+0100) Subject: dnsmessage.proto: fix naming consistency X-Git-Tag: dnsdist-1.9.0-rc1~31^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b3639c72e3c6314949897c20a5c6beb319ff736;p=thirdparty%2Fpdns.git dnsmessage.proto: fix naming consistency --- diff --git a/pdns/dnsmessage.proto b/pdns/dnsmessage.proto index dc819c1b00..e02cedb624 100644 --- a/pdns/dnsmessage.proto +++ b/pdns/dnsmessage.proto @@ -43,7 +43,7 @@ message PBDNSMessage { 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) + DOQ = 7; // DNS over QUIC (RFC 9250) } enum HTTPVersion { HTTP1 = 1; // HTTP/1.1