Created
July 23, 2016 13:06
-
-
Save a1exlism/eea95a3cb9e4b2e15b23ccc7182dabac to your computer and use it in GitHub Desktop.
Change DNS in ubuntu permanently.
This file contains hidden or 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
sudo vim /etc/resolvconf/resolv.conf.d/base | |
#Write optional dns | |
#nameserver 223.5.5.5 | |
#nameserver 8.8.4.4 | |
resolvconf -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment