diff options
Diffstat (limited to 'etc/bind/named-dual.conf')
-rw-r--r-- | etc/bind/named-dual.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/bind/named-dual.conf b/etc/bind/named-dual.conf index a5527abce59..5f81d909726 100644 --- a/etc/bind/named-dual.conf +++ b/etc/bind/named-dual.conf @@ -1,4 +1,4 @@ -// $OpenBSD: named-dual.conf,v 1.10 2008/08/29 11:47:49 jakob Exp $ +// $OpenBSD: named-dual.conf,v 1.11 2009/11/02 21:12:56 jakob Exp $ // // Example file for a named configuration with dual views, // one processing recursive queries only and one processing @@ -50,7 +50,7 @@ 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.arpa" { + zone "1.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" { type master; file "standard/loopback6.arpa"; allow-transfer { localhost; }; |