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.
 
Back
Top