From 25dee1670a8c6e6b89d7596b333a5a73d4b9e284 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 16 Jan 2004 16:18:19 +0000 Subject: Include Debian comment in BASE. --- bind/named_BASE.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bind') diff --git a/bind/named_BASE.conf b/bind/named_BASE.conf index 53d8664..0e2efb0 100644 --- a/bind/named_BASE.conf +++ b/bind/named_BASE.conf @@ -35,3 +35,13 @@ zone "255.in-addr.arpa" { zone "com" { type delegation-only; }; zone "net" { type delegation-only; }; + +// From the release notes: +// Because many of our users are uncomfortable receiving undelegated answers +// from root or top level domains, other than a few for whom that behaviour +// has been trusted and expected for quite some length of time, we have now +// introduced the "root-delegations-only" feature which applies delegation-only +// logic to all top level domains, and to the root domain. An exception list +// should be specified, including "MUSEUM" and "DE", and any other top level +// domains from whom undelegated responses are expected and trusted. +// root-delegation-only exclude { "DE"; "MUSEUM"; }; -- cgit v1.2.3