Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Last active November 28, 2019 10:27
Show Gist options
  • Save v-thomp4/f8d726b9f6ffadcc1c994b3685be5c61 to your computer and use it in GitHub Desktop.
Save v-thomp4/f8d726b9f6ffadcc1c994b3685be5c61 to your computer and use it in GitHub Desktop.
Custom DNS Server not overwriting default servers
sudo apt install -y resolvconf
2/ Edit /etc/resolvconf/resolv.conf.d/head and add the following:
# Make edits to /etc/resolvconf/resolv.conf.d/head.
nameserver 8.8.4.4
nameserver 8.8.8.8
sudo /etc/init.d/resolvconf restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment