|
@ -1,4 +1,4 @@ |
|
|
// $OpenBSD: named-dual.conf,v 1.4 2003/02/27 14:44:04 todd Exp $ |
|
|
|
|
|
|
|
|
// $OpenBSD: named-dual.conf,v 1.5 2003/09/22 20:44:32 jakob Exp $ |
|
|
// |
|
|
// |
|
|
// Example file for a named configuration with dual views, |
|
|
// Example file for a named configuration with dual views, |
|
|
// one processing recursive queries only and one processing |
|
|
// one processing recursive queries only and one processing |
|
@ -60,6 +60,14 @@ view "recursive" { |
|
|
file "standard/loopback6.int"; |
|
|
file "standard/loopback6.int"; |
|
|
allow-transfer { localhost; }; |
|
|
allow-transfer { localhost; }; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
zone "com" { |
|
|
|
|
|
type delegation-only; |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
zone "net" { |
|
|
|
|
|
type delegation-only; |
|
|
|
|
|
}; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
view "authoritative" { |
|
|
view "authoritative" { |
|
|