Re: about the file command

2011-02-09 Thread Kevin Darcy
On 2/8/2011 9:15 AM, Terry. wrote: 2011/2/8 Matus UHLAR - fantomas: On 08.02.11 17:40, Terry. wrote: 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"; };

RE: about the file command

2011-02-08 Thread Lightner, Jeff
r=water@lists.isc.org [mailto:bind-users-bounces+jlightner=water@lists.isc.org] On Behalf Of Terry. Sent: Tuesday, February 08, 2011 9:16 AM To: bind-users@lists.isc.org Subject: Re: about the file command 2011/2/8 Matus UHLAR - fantomas : > On 08.02.11 17:40, Terry. wrote: >> Can BI

Re: about the file command

2011-02-08 Thread Bryan Bradsby
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 exis

Re: about the file command

2011-02-08 Thread Terry.
2011/2/8 Matus UHLAR - fantomas : > On 08.02.11 17:40, Terry. wrote: >> 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 recor

Re: about the file command

2011-02-08 Thread Torinthiel
Dnia 2011-02-08 17:40 Terry. napisał(a): >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 wi

Re: about the file command

2011-02-08 Thread Matus UHLAR - fantomas
On 08.02.11 17:40, Terry. wrote: > 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

about the file command

2011-02-08 Thread Terry.
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. __