-// $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
file "standard/loopback6.arpa";
allow-transfer { localhost; };
};
-
- zone "com" {
- type delegation-only;
- };
-
- zone "net" {
- type delegation-only;
- };
};
view "authoritative" {
-// $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.
allow-transfer { localhost; };
};
-zone "com" {
- type delegation-only;
-};
-
-zone "net" {
- type delegation-only;
-};
-
// Master zones
//