Tagged Questions
1
vote
0answers
37 views
Python: Getting Local Nameserver information from Windows 95/XP/7
I'm trying to get local nameserver information for a reverse DNS lookup. In Linux I can parse the resolv.conf file. How do I get the same information for Windows programmatically using Python? What ...