diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-10-26 11:18:28 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-10-26 11:18:28 +0000 |
commit | 97d51815f1a904a3dda495bfc181a4c128c802de (patch) | |
tree | 1506dc3a11f394a9d4fedb7f29d5991b8c3964d3 | |
parent | f0d3c59de9716a150d3160a8916595c36a590a13 (diff) |
Enable exceptions for known trusted TLDs.
-rw-r--r-- | bind/named_BASE.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named_BASE.conf b/bind/named_BASE.conf index 0e2efb0..c0b2d41 100644 --- a/bind/named_BASE.conf +++ b/bind/named_BASE.conf @@ -44,4 +44,4 @@ zone "net" { type 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"; }; +root-delegation-only exclude { "DE"; "MUSEUM"; }; |