summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-10-26 11:18:28 +0000
committerJonas Smedegaard <dr@jones.dk>2004-10-26 11:18:28 +0000
commit97d51815f1a904a3dda495bfc181a4c128c802de (patch)
tree1506dc3a11f394a9d4fedb7f29d5991b8c3964d3 /bind
parentf0d3c59de9716a150d3160a8916595c36a590a13 (diff)
Enable exceptions for known trusted TLDs.
Diffstat (limited to 'bind')
-rw-r--r--bind/named_BASE.conf2
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"; };