From: Remi Gacogne Date: Thu, 21 Oct 2021 14:05:54 +0000 (+0200) Subject: Update our protocol buffer message definitions to include more protocols X-Git-Tag: rec-4.6.0-beta1~44^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df9ed2e3e063c6adc113c8663a239b24df7e969;p=thirdparty%2Fpdns.git Update our protocol buffer message definitions to include more protocols Proposed upstream: https://github.com/PowerDNS/dnsmessage/pull/5 --- diff --git a/pdns/dnsmessage.proto b/pdns/dnsmessage.proto index 60ffc6972f..ef6b774367 100644 --- a/pdns/dnsmessage.proto +++ b/pdns/dnsmessage.proto @@ -39,6 +39,10 @@ message PBDNSMessage { enum SocketProtocol { UDP = 1; // User Datagram Protocol (RFC 768) TCP = 2; // Transmission Control Protocol (RFC 793) + DOT = 3; // DNS over TLS (RFC 7858) + 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) } enum PolicyType { UNKNOWN = 1; // No RPZ policy applied, or unknown type