From: Kevin P. Fleming Date: Fri, 10 Sep 2021 22:28:57 +0000 (-0400) Subject: pdns: Document that SVCB and HTTPS RRs are supported X-Git-Tag: dnsdist-1.7.0-alpha1~26^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10716%2Fhead;p=thirdparty%2Fpdns.git pdns: Document that SVCB and HTTPS RRs are supported These two record types (not yet standardized) have been supported since the 4.4.0 release, but were not listed in the 'Supported Record Types' appendix in the documentation. --- diff --git a/docs/appendices/types.rst b/docs/appendices/types.rst index 1721b63546..8b55c3438c 100644 --- a/docs/appendices/types.rst +++ b/docs/appendices/types.rst @@ -300,6 +300,20 @@ priority. For example, be encoded with ``0`` in the priority field and ``100 389 mars.conaxis.ch`` in the content field. +SVCB, HTTPS +----------- + +Since 4.4. SVCB records, defined in +(`draft-ietf-dnsop-svcb-https-07.html +`__) +are used to facilitate the lookup of information needed to make +connections to network services. SVCB records allow a service to be +provided from multiple alternative endpoints, each with associated +parameters (such as transport protocol configuration and keys for +encrypting the TLS ClientHello). They also enable aliasing of apex +domains, which is not possible with CNAME. The HTTPS RR is a variation +of SVCB for HTTPS and HTTP origins. + TKEY, TSIG ----------