From ae311fc61dfda03cfebeaeea21f59929bb635a02 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 2 Nov 2005 22:53:33 +0000 Subject: [PATCH] extend cname and other data answer --- FAQ.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/FAQ.xml b/FAQ.xml index b2d4842b07..5ef8e8d240 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - +
Frequently Asked Questions about BIND 9 @@ -602,6 +602,17 @@ rand_irqs="3 14 15" dig axfr example.com @master-server > tmp named-checkzone example.com tmp + + A CNAME record cannot exist with the same name as another record + except for the DNSSEC records which prove its existance (NSEC). + + + RFC 1034, Section 3.6.2: If a CNAME RR is present at a node, + no other data should be present; this ensures that the data for a + canonical name and its aliases cannot be different. This rule also + insures that a cached CNAME can be used without checking with an + authoritative server for other RR types. +