diff options
Diffstat (limited to 'bind')
-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"; }; |