I'm using the DnsQueryConfig Win32 function to get the DNS servers used by Windows. This works fine for IPv4 addresses, but what if the DNS servers have IPv6 addresses?

link|improve this question
I'm not exactly sure of what you're asking, be it finding the DNS servers of the local machine or a way to do DNS queries to IPv6 DNS servers – Keltia Dec 18 '08 at 15:27
feedback

3 Answers

I could not find an API in MSDN, but I did find this line command:

IPv6 dp6dns

link|improve this answer
feedback

Which version of Windows do you mean?

At least in Windows XP, there's no support for querying DNS servers over IPv6 transport, so the question is moot.

I don't know whether that's fixed in Vista.

link|improve this answer
Vista supports querying DNS servers over IPv6, but I don't believe that actually helps the OP. – Brian Knoblauch Dec 18 '08 at 15:25
feedback

I'm not familiar with that Win32 function. If you want an IPv6 address, you need to look for a "AAAA" DNS record vs. a "A" record. Hopefully that helps some...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.