]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge branch 'add-svcb-https-to-record-types' of https://github.com/kpfleming/pdns... 10709/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 13 Sep 2021 09:09:07 +0000 (11:09 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 13 Sep 2021 09:09:07 +0000 (11:09 +0200)
1  2 
docs/appendices/types.rst

index d546c51004b77393dd983d5364efe69116a18dad,8b55c3438c8f020393540751d6f0f3d1be6a9d35..0780af7945e626f8f029d7269378fc20e8c879e0
@@@ -141,13 -141,6 +141,13 @@@ HINF
  Hardware Info record, used to specify CPU and operating system. Stored
  with a single space separating these two, example: 'i386 Linux'.
  
- Service binding records for HTTPS, defined in `draft-ietf-dnsop-svcb-https-07 <https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/07>`__, including additional processing.
- Some :doc:`PowerDNS specials <../guides/svcb>` are supported.
 +.. _types-https:
 +
 +HTTPS
 +-----
++
++See :ref:`SVCB <types-svcb>` for more information.
 +
  .. _types-key:
  
  KEY
@@@ -307,13 -300,20 +307,26 @@@ priority. For example
  be encoded with ``0`` in the priority field and
  ``100 389 mars.conaxis.ch`` in the content field.
  
- SVCB
- ----
- Service binding records, defined in `draft-ietf-dnsop-svcb-https-07 <https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/07>`__, including additional processing.
- Some :doc:`PowerDNS specials <../guides/svcb>` are supported.
 +.. _types-svcb:
 +
 -Since 4.4. SVCB records, defined in
 -(`draft-ietf-dnsop-svcb-https-07.html
+ SVCB, HTTPS
+ -----------
++.. versionadded:: 4.4.0
++SVCB records, defined in
++(`draft-ietf-dnsop-svcb-https-07
+ <https://www.ietf.org/archive/id/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.
++Additional processing is supported for these types.
++Some :doc:`PowerDNS extensions <../guides/svcb>` for automatic IP address hints exist as well.
 +
  TKEY, TSIG
  ----------