Home Commandline DNS Change
Post
Cancel

Commandline DNS Change

Commandline DNS Change

Remotely edit the DNS of a specific interface on a client machine.

1
2
3
netsh interface ipv4 show address
netsh interface ip set dns name="Wi-Fi" static 1.1.1.1
netsh interface ip add dns name="Wi-Fi" 8.8.8.8 index=2
This post is licensed under CC BY 4.0 by the author.