]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
List supported record types in alphabetical order. 15968/head
authorMiod Vallat <miod.vallat@powerdns.com>
Thu, 7 Aug 2025 12:14:38 +0000 (14:14 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 7 Aug 2025 12:14:38 +0000 (14:14 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
docs/appendices/types.rst

index a48f2bfc991f7a8de035b3178f1e8e69977ff5c8..82839832da5188842df51e4780feb8654de99738 100644 (file)
@@ -243,6 +243,14 @@ The RRSIG DNSSEC record type is fully supported, as described in :rfc:`4034`.
 
 .. _types-soa:
 
+SMIMEA
+------
+
+Since 4.1. The SMIMEA record type, specified in :rfc:`8162`, is used to bind S/MIME
+certificates to domains.
+
+.. _types-txt:
+
 SOA
 ---
 
@@ -328,14 +336,6 @@ certificate to named hosts and ports.
 
 .. _types-smimea:
 
-SMIMEA
-------
-
-Since 4.1. The SMIMEA record type, specified in :rfc:`8162`, is used to bind S/MIME
-certificates to domains.
-
-.. _types-txt:
-
 TXT
 ---
 
@@ -406,4 +406,4 @@ PowerDNS supports (:rfc:`3597`) syntax for serving unknown record types. For exa
    e.example.   IN          TYPE1               \# 4 0A000001
 
 Beware that PowerDNS will attempt to parse known record types even if written in this syntax.
-This bug will be fixed in future release.
+This bug will be fixed in future release.