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.
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to