]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Document unknown record type in supported types 10452/head
authorAki Tuomi <cmouse@cmouse.fi>
Wed, 26 May 2021 17:37:26 +0000 (20:37 +0300)
committerAki Tuomi <cmouse@cmouse.fi>
Wed, 26 May 2021 17:37:26 +0000 (20:37 +0300)
docs/appendices/types.rst

index 64c6a621510766f274bd4ad96c758387c247871e..6bc01ccd4d5b3a0fa0c6a0b670b3e7d8ba3fc4c9 100644 (file)
@@ -378,3 +378,17 @@ The following, rarely used or obsolete record types, are also supported:
 -  RKEY (`draft-reid-dnsext-rkey-00.txt <https://tools.ietf.org/html/draft-reid-dnsext-rkey-00>`__)
 -  SIG (:rfc:`2535`, obsolete)
 -  WKS (:rfc:`1035`)
+
+.. _types-unknown:
+
+Unknown DNS Resource Record (RR) Types
+--------------------------------------
+
+PowerDNS supports (:rfc:`3597`) syntax for serving unknown record types. For example
+
+::
+
+   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.