Browse Source

remove ip6.int. ok henning@

OPENBSD_3_6
jakob 20 years ago
parent
commit
295b0a13f6
3 changed files with 2 additions and 28 deletions
  1. +0
    -14
      src/etc/bind/db.loopback6.int
  2. +1
    -7
      src/etc/bind/named-dual.conf
  3. +1
    -7
      src/etc/bind/named-simple.conf

+ 0
- 14
src/etc/bind/db.loopback6.int View File

@ -1,14 +0,0 @@
; $OpenBSD: db.loopback6.int,v 1.1 2003/01/20 22:30:13 jakob Exp $
$ORIGIN 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.
$TTL 6h
@ IN SOA localhost. root.localhost. (
1 ; serial
1h ; refresh
30m ; retry
7d ; expiration
1h ) ; minimum
NS localhost.
1 PTR localhost.

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

@ -1,4 +1,4 @@
// $OpenBSD: named-dual.conf,v 1.5 2003/09/22 20:44:32 jakob Exp $
// $OpenBSD: named-dual.conf,v 1.6 2004/08/16 15:48:28 jakob Exp $
//
// Example file for a named configuration with dual views,
// one processing recursive queries only and one processing
@ -55,12 +55,6 @@ view "recursive" {
allow-transfer { localhost; };
};
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" {
type master;
file "standard/loopback6.int";
allow-transfer { localhost; };
};
zone "com" {
type delegation-only;
};


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

@ -1,4 +1,4 @@
// $OpenBSD: named-simple.conf,v 1.5 2003/09/22 20:44:32 jakob Exp $
// $OpenBSD: named-simple.conf,v 1.6 2004/08/16 15:48:28 jakob Exp $
//
// Example file for a simple named configuration, processing both
// recursive and authoritative queries using one cache.
@ -52,12 +52,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 "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" {
type master;
file "standard/loopback6.int";
allow-transfer { localhost; };
};
zone "com" {
type delegation-only;
};


Loading…
Cancel
Save