diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-10-13 16:42:12 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-10-13 16:42:12 +0000 |
commit | b097fa7dec735977fb04ad64a1a1618b96e922b1 (patch) | |
tree | 459ea67788b5f54ed6e32f8bfb4fbfe39c9b6043 | |
parent | 5ad66b8499d8d43df7c08e9b21575fcc5acc9176 (diff) |
Include delegation-only for .com and .net as per newest bind9 releases.
-rw-r--r-- | bind/named_BASE.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bind/named_BASE.conf b/bind/named_BASE.conf index a27ab6f..53d8664 100644 --- a/bind/named_BASE.conf +++ b/bind/named_BASE.conf @@ -32,3 +32,6 @@ zone "255.in-addr.arpa" { type master; file "/etc/bind/db.255"; }; + +zone "com" { type delegation-only; }; +zone "net" { type delegation-only; }; |