summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/bind/named-dual.conf10
-rw-r--r--etc/bind/named-simple.conf11
2 files changed, 19 insertions, 2 deletions
diff --git a/etc/bind/named-dual.conf b/etc/bind/named-dual.conf
index a7a7c346f41..6b828e95e3d 100644
--- a/etc/bind/named-dual.conf
+++ b/etc/bind/named-dual.conf
@@ -1,4 +1,4 @@
-// $OpenBSD: named-dual.conf,v 1.4 2003/02/27 14:44:04 todd Exp $
+// $OpenBSD: named-dual.conf,v 1.5 2003/09/22 20:44:32 jakob Exp $
//
// Example file for a named configuration with dual views,
// one processing recursive queries only and one processing
@@ -60,6 +60,14 @@ view "recursive" {
file "standard/loopback6.int";
allow-transfer { localhost; };
};
+
+ zone "com" {
+ type delegation-only;
+ };
+
+ zone "net" {
+ type delegation-only;
+ };
};
view "authoritative" {
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" {