On Tue, 2011-02-08 at 17:40 +0800, Terry. wrote:
> 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.

Not in named.conf, but you can get what you want by including the file
b.db in a.db.

"include filename; "


http://training.nlnetlabs.nl/Documentation/bind-arm/Bv9ARM.ch06.html#id2574734


Bryan Bradsby

Hostmaster Team
512.936.2248
Texas State Government Network



_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to