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 ...
1
vote
1answer
476 views

Programmatically Changing NameServer in Windows TCP/IP

I am building a VPN application where I need to set DNS server programmatically. I am changing NameServer parameter in the registry (in ...