Last active
October 15, 2019 14:12
-
-
Save ClaudioVarandas/ceb57276c108aa8aa93daea980e5199c to your computer and use it in GitHub Desktop.
ASUS RT-AC87U DNS PROBE disable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xxx@RT-AC87U-C698:/tmp/home/root# nvram show | grep dns_probe | |
dns_probe=0 | |
size: 55132 bytes (10404 left) | |
dns_probe_host=dns.msftncsi.com | |
dns_probe_content=131.107.255.255 fd3e:4f5a:5b81::1 | |
xxx@RT-AC87U-C698:/tmp/home/root# nvram set dns_probe_content=0.0.0.0 | |
xxx@RT-AC87U-C698:/tmp/home/root# nvram set dns_probe_host="" | |
xxx@RT-AC87U-C698:/tmp/home/root# nvram commit | |
xxx@RT-AC87U-C698:/tmp/home/root# reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment