summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-10-13 16:42:12 +0000
committerJonas Smedegaard <dr@jones.dk>2003-10-13 16:42:12 +0000
commitb097fa7dec735977fb04ad64a1a1618b96e922b1 (patch)
tree459ea67788b5f54ed6e32f8bfb4fbfe39c9b6043 /bind
parent5ad66b8499d8d43df7c08e9b21575fcc5acc9176 (diff)
Include delegation-only for .com and .net as per newest bind9 releases.
Diffstat (limited to 'bind')
-rw-r--r--bind/named_BASE.conf3
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; };