From b097fa7dec735977fb04ad64a1a1618b96e922b1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 13 Oct 2003 16:42:12 +0000 Subject: Include delegation-only for .com and .net as per newest bind9 releases. --- bind/named_BASE.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bind') 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; }; -- cgit v1.2.3