|
|
@ -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; |
|
|
|
}; |
|
|
|