Addition of test suite.

This commit is contained in:
Michael Sawyer
2000-05-17 22:10:42 +00:00
parent 64527927ac
commit d98372394f
9 changed files with 57 additions and 30 deletions

View File

@@ -10,15 +10,28 @@ zone "." {
file "root.hint";
};
zone "example" {
type slave;
file "example.bk";
}
zone "secure.example" {
type master;
file "secure.example.db.signed";
allow-update { any; };
};
zone "bogus.example" {
type master;
file "bogus.example.db.signed";
allow-update { any; };
};
zone "insecure.example" {
type master;
file "insecure.example.db";
allow-update { any; };
};
include "trusted.conf";