Skip to content

Instantly share code, notes, and snippets.

@bwbaugh
Last active September 5, 2024 09:41
Show Gist options
  • Save bwbaugh/9541b6489a998d057ae5 to your computer and use it in GitHub Desktop.
Save bwbaugh/9541b6489a998d057ae5 to your computer and use it in GitHub Desktop.
Changing the DNS server on a RT-AC66U / RT-N66U
# Add these, though they didn't seem to take effect for me.
server=8.8.8.8
server=8.8.4.4
# nameserver 75.75.75.75
# nameserver 75.75.76.76
nameserver 8.8.8.8
nameserver 8.8.4.4
@andrewshatnyy
Copy link

config files are reset after router reboots, any suggestions on how to get around that?

@RinatMullayanov
Copy link

How save config file after router reboots?

@ckotte
Copy link

ckotte commented Jul 7, 2017

you should use ASUSWRT-Merlin firmware..

@Xunnamius
Copy link

You can also use https://github.com/jacklul/asuswrt-scripts with the stock firmware. I'm using the scripts in that repo to replicate all the functionality needed from ASUSWRT-Merlin including dnsmasq manipulation and allowing config to survive reboots. I needed to do this because there is no ASUSWRT-Merlin version for the RT-AX89X afaik.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment