|
Answer» By USING the COMMAND below i managed to change the DNS server to cloudflare. INTERFACE ip set dns "Ethernet" static 1.1.1.1
How can i changed not only the primary but the alternate DNS Server to 1.0.0.1 What is the command?UPDATE: Booth these commands appear to be WORKING perfectly.
netsh interface ip add dnsservers "Ethernet" address=1.0.0.1 index=1 netsh interface ip add dnsservers "Ethernet" address=1.1.1.1 index=1
netsh interface ipv4 add dnsservers "Ethernet" address=1.1.1.1 netsh interface ipv4 add dnsservers "Ethernet" address=1.0.0.1
|