From 066244c4fd9f8c8c3d71d9ecb894dbe5319a8d10 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 11 Dec 2015 18:25:50 +0100 Subject: [PATCH] docs: add note about "storage format" in types.md --- docs/markdown/types.md | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.40.0