diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-01-16 16:18:19 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-01-16 16:18:19 +0000 |
commit | 25dee1670a8c6e6b89d7596b333a5a73d4b9e284 (patch) | |
tree | 83b4b3afc412d33cd92aa66646fd40f7fb17d253 | |
parent | 5c521eed50e492692522dac6ddea4e254b91f55c (diff) |
Include Debian comment in BASE.
-rw-r--r-- | bind/named_BASE.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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"; }; |