diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2008-08-29 11:47:50 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2008-08-29 11:47:50 +0000 |
commit | ae9a35c130fd9f9d48080253d832d2b5de3889c4 (patch) | |
tree | 5d7cc1aa75cf88c3b90b1f1cf9d902bf39480211 | |
parent | 05ec9e5948c1b5ef23e066521d27864000bf26a2 (diff) |
remove BIND's delegation-only from default config files.
ok djm@ millert@
-rw-r--r-- | etc/bind/named-dual.conf | 10 | ||||
-rw-r--r-- | etc/bind/named-simple.conf | 10 |
2 files changed, 2 insertions, 18 deletions
diff --git a/etc/bind/named-dual.conf b/etc/bind/named-dual.conf index 6b6a247a315..a5527abce59 100644 --- a/etc/bind/named-dual.conf +++ b/etc/bind/named-dual.conf @@ -1,4 +1,4 @@ -// $OpenBSD: named-dual.conf,v 1.9 2008/01/03 21:20:25 jakob Exp $ +// $OpenBSD: named-dual.conf,v 1.10 2008/08/29 11:47:49 jakob Exp $ // // Example file for a named configuration with dual views, // one processing recursive queries only and one processing @@ -55,14 +55,6 @@ view "recursive" { file "standard/loopback6.arpa"; 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 3da03a7396e..4bd82bafe20 100644 --- a/etc/bind/named-simple.conf +++ b/etc/bind/named-simple.conf @@ -1,4 +1,4 @@ -// $OpenBSD: named-simple.conf,v 1.8 2008/01/03 21:20:25 jakob Exp $ +// $OpenBSD: named-simple.conf,v 1.9 2008/08/29 11:47:49 jakob Exp $ // // Example file for a simple named configuration, processing both // recursive and authoritative queries using one cache. @@ -54,14 +54,6 @@ 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.arpa" { allow-transfer { localhost; }; }; -zone "com" { - type delegation-only; -}; - -zone "net" { - type delegation-only; -}; - // Master zones // |