Skip to content

Instantly share code, notes, and snippets.

@ClaudioVarandas
Last active October 15, 2019 14:12
Show Gist options
  • Save ClaudioVarandas/ceb57276c108aa8aa93daea980e5199c to your computer and use it in GitHub Desktop.
Save ClaudioVarandas/ceb57276c108aa8aa93daea980e5199c to your computer and use it in GitHub Desktop.
ASUS RT-AC87U DNS PROBE disable
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