From: Aki Tuomi Date: Wed, 26 May 2021 17:37:26 +0000 (+0300) Subject: docs: Document unknown record type in supported types X-Git-Tag: auth-4.5.0-beta1~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10452%2Fhead;p=thirdparty%2Fpdns.git docs: Document unknown record type in supported types --- diff --git a/docs/appendices/types.rst b/docs/appendices/types.rst index 64c6a62151..6bc01ccd4d 100644 --- a/docs/appendices/types.rst +++ b/docs/appendices/types.rst @@ -378,3 +378,17 @@ The following, rarely used or obsolete record types, are also supported: - RKEY (`draft-reid-dnsext-rkey-00.txt `__) - 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.