W.C.A. Wijngaards wrote: > Hi Vadim, > > On 10/07/2009 10:06 PM, Vadim wrote: >> I configured unbound as a cache before bind(named). >> e.g.: >> stub zone: >> name: "xxx.domain.com" >> stub-addr: <ip-address bind> >> >> Can I force unbound to give authoritative answers for >> this zone ?? > > No, because unbound is a recursive only server. > > If you are looking for a server to mirror your bind domain, > perhaps http://nlnetlabs.nl/projects/nsd can do that (NSD is an > authoritative only server). Ok. But i needn't another authoritative server I have a such one - bind. I just want that unbound set AA flag in the answer packages for my dns zones. Can I make it? Thanks.