I want to change DNS servers programmatically. I don't want to build a DNS server, I just want to change the primary and secondary dns servers automatically. This work needs to be done in Python.
|
feedback
|
|
You can call a command line tool to do it for you with os.system.
| |||
|
feedback
|