Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Created July 23, 2016 13:06
Show Gist options
  • Save a1exlism/eea95a3cb9e4b2e15b23ccc7182dabac to your computer and use it in GitHub Desktop.
Save a1exlism/eea95a3cb9e4b2e15b23ccc7182dabac to your computer and use it in GitHub Desktop.
Change DNS in ubuntu permanently.
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