diff --git a/src/etc/bind/named-dual.conf b/src/etc/bind/named-dual.conf index a7a7c346..6b828e95 100644 --- a/src/etc/bind/named-dual.conf +++ b/src/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/src/etc/bind/named-simple.conf b/src/etc/bind/named-simple.conf index 6c561903..7d92657f 100644 --- a/src/etc/bind/named-simple.conf +++ b/src/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" {