[master] add redirect zone to checkconf -z test

This commit is contained in:
Evan Hunt
2014-10-09 18:30:34 -07:00
parent ca0ee90361
commit 1cbc394e7c

View File

@@ -23,3 +23,8 @@ zone "example.com" {
type master;
dlz external;
};
zone "." {
type redirect;
dlz external;
};