Scott Haneda wrote:
99% of the time openDNS works by just pointing some agent to their ip
space.
That 1% of the time, openDNS tries to make DNS responses that are
modified in a way to try to help you.
Maybe this is your issue?
Googl.com being common enough they elect to return the google.co
my bind server have a default option
forwarders { 208.67.222.222; 208.67.220.220; };
to send all query to OpenDNS.
but some answer could not access, while a answer can which solved by another
server
i put these in the config:
zone "x.com" {
type forward;
forwarders { x.x.x.x; };
};
bu
2009/4/20 JINMEI Tatuya / 神明達哉 :
> At Mon, 20 Apr 2009 08:40:15 +0800,
> Ken Lai 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 t
On Monday 20 April 2009 05:45:27 you wrote:
> At Sun, 19 Apr 2009 12:37:30 +0800,
>
> Ken Lai wrote:
> > hi, i recently setup a DNS server used bind in Centos.
> >
> > as I've set the server just forward the query to a public DNS server, my
> > boss tol
hi, i recently setup a DNS server used bind in Centos.
as I've set the server just forward the query to a public DNS server, my
boss told me to filter some result that not to return. it means this server
forward the query and get the result, if the result is in the blacklist, the
server will no
5 matches
Mail list logo