Are ACL's allowed under zone {};
for example.. i have
acl mstr { 111.111.111.111; };
options {
allow-transfer { mstr; }; // works
};
zone {
type slave;
file blah.db;
masters { mstr; }; // doesn't work
}
is this supposed to happen?
-- david