summaryrefslogtreecommitdiff
path: root/etc/bind/named-simple.conf
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2003-09-22 20:44:33 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2003-09-22 20:44:33 +0000
commita2087dc33da4df2094de4c255d8baffa0780c90b (patch)
treed20116c5dc3a6ae6f7e230edb0d3727da030d454 /etc/bind/named-simple.conf
parent45f3cd9996c279213cadff0af74255a4cb2b4d91 (diff)
set .com/.net to delegation-only
Diffstat (limited to 'etc/bind/named-simple.conf')
-rw-r--r--etc/bind/named-simple.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/bind/named-simple.conf b/etc/bind/named-simple.conf
index 6c5619039eb..7d92657f7f1 100644
--- a/etc/bind/named-simple.conf
+++ b/etc/bind/named-simple.conf
@@ -1,4 +1,4 @@
-// $OpenBSD: named-simple.conf,v 1.4 2003/02/27 14:44:04 todd Exp $
+// $OpenBSD: named-simple.conf,v 1.5 2003/09/22 20:44:32 jakob Exp $
//
// Example file for a simple named configuration, processing both
// recursive and authoritative queries using one cache.
@@ -58,6 +58,15 @@ zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int" {
allow-transfer { localhost; };
};
+zone "com" {
+ type delegation-only;
+};
+
+zone "net" {
+ type delegation-only;
+};
+
+
// Master zones
//
//zone "myzone.net" {