From 97d51815f1a904a3dda495bfc181a4c128c802de Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 26 Oct 2004 11:18:28 +0000 Subject: Enable exceptions for known trusted TLDs. --- bind/named_BASE.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bind') 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"; }; -- cgit v1.2.3