In article <[email protected]>,
 JINMEI Tatuya / e_naeiBc? <[email protected]> wrote:

> At Mon, 20 Apr 2009 08:40:15 +0800,
> Ken Lai <[email protected]> wrote:
> 
> > for example, a user send a query to my server, and the server forward this 
> > query to a outer dns server. the outer server return a A record to my 
> > server, 
> > what i want to do is, my server will not respond to client if i do not want 
> > the client to know this A record.
> 
> It's still not very clear...what's the key of the filtering?  The
> query name such as www.isc.org, or the data of the answer (the IPv4
> address in the case of an A RR), or something else?

If it's based on the name, I suppose he could set up a forward zone for 
each filtered hostname that forwards to a fake root server that returns 
NXDOMAIN for everything except the root.

zone "www.isc.org" {
 type forward;
 forwarders { <fake-root-server>; };
};

-- 
Barry Margolin, [email protected]
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***
_______________________________________________
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to