Browse Source

remove BIND's delegation-only from default config files.

ok djm@ millert@
OPENBSD_4_5
jakob 16 years ago
parent
commit
009c9fa102
2 changed files with 2 additions and 18 deletions
  1. +1
    -9
      src/etc/bind/named-dual.conf
  2. +1
    -9
      src/etc/bind/named-simple.conf

+ 1
- 9
src/etc/bind/named-dual.conf View File

@ -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" {


+ 1
- 9
src/etc/bind/named-simple.conf View File

@ -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
//


Loading…
Cancel
Save