From: Pieter Lexis Date: Fri, 11 Dec 2015 17:25:50 +0000 (+0100) Subject: docs: add note about "storage format" in types.md X-Git-Tag: dnsdist-1.0.0-alpha1~61^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=066244c4fd9f8c8c3d71d9ecb894dbe5319a8d10;p=pdns docs: add note about "storage format" in types.md --- diff --git a/docs/markdown/types.md b/docs/markdown/types.md index 2b233fd28..57a0d37cb 100644 --- a/docs/markdown/types.md +++ b/docs/markdown/types.md @@ -7,6 +7,10 @@ a '.' in PowerDNS storage! If a trailing '.' is present it will inevitably cause problems, problems that may be hard to debug. Use [`pdnsutil check-zone`](authoritative/dnssec.md#pdnsutil) to validate your zone data. +**Note**: Whenever the storage format is mentioned, this relates only to the way +the record should be stored in one of the [generic SQL](authoritative/backend-generic-sql.md) +backends. The other backends should use their *native* format. + The PowerDNS Recursor can serve and store all record types, regardless of whether these are explicitly supported.