Saturday, February 8, 2020

Revert Dns changes on windows 10 personal computer

Hey so Im looking to block content on my ccomputer so I followed the guide here https://cleanbrowsing.org/guides/windows to change my dns.

Essentially it boils down to 4 commands i made on windows 10

netsh interface ipv4 set dns "Wi-Fi" static 185.228.168.168 primary

netsh interface ipv4 add dns "Wi-Fi" 185.228.169.168 index=2

netsh interface ipv6 set dns "Wi-Fi" static 2a0d:2a00:1:: primary

netsh interface ipv6 add dns "Wi-Fi" 2a0d:2a00:2:: index=2

I previously never touched any default settings. How would i revert back these four commands so my computer uses its default dns settings



No comments:

Post a Comment