From: Pieter Lexis Date: Fri, 10 Sep 2021 11:20:28 +0000 (+0200) Subject: docs: add SVCB and HTTP to supported types X-Git-Tag: dnsdist-1.7.0-alpha1~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a664d5f1982d80683b7f15c8a7ce85ca48994079;p=thirdparty%2Fpdns.git docs: add SVCB and HTTP to supported types --- diff --git a/docs/appendices/types.rst b/docs/appendices/types.rst index 1721b63546..d546c51004 100644 --- a/docs/appendices/types.rst +++ b/docs/appendices/types.rst @@ -141,6 +141,13 @@ HINFO Hardware Info record, used to specify CPU and operating system. Stored with a single space separating these two, example: 'i386 Linux'. +.. _types-https: + +HTTPS +----- +Service binding records for HTTPS, defined in `draft-ietf-dnsop-svcb-https-07 `__, including additional processing. +Some :doc:`PowerDNS specials <../guides/svcb>` are supported. + .. _types-key: KEY @@ -300,6 +307,13 @@ priority. For example, be encoded with ``0`` in the priority field and ``100 389 mars.conaxis.ch`` in the content field. +.. _types-svcb: + +SVCB +---- +Service binding records, defined in `draft-ietf-dnsop-svcb-https-07 `__, including additional processing. +Some :doc:`PowerDNS specials <../guides/svcb>` are supported. + TKEY, TSIG ----------