DNS.Resolve Against a Specific DNS Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to specify the Address of the DNS server you wish to resovle against?
I was hoping that I could pass in the address of the DNS Server to be used.

Craig R.
 
I had a similiar problem in that I wanted to be able to
issue a DNS resolution request directly to a DNS server
instead of via the local resolver on the machine. This was
to avoid getting a cached resolution when the TTL was not
under my control. I ended up writing a custom class that
constructs and sends a DNS request directly to the DNS
server specified. Works great.

I can be reached at (e-mail address removed) if you want more
info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top