Hi list,
Can BIND's "file" command referer to more than one zone file?
For example,
zone "test.nsbeta.info" {
type master;
file "a.db";
file "b.db";
};
When a record doesn't exist in a.db, BIND will continue to look for it in b.db.
Thanks.