Last active
November 28, 2019 10:27
-
-
Save v-thomp4/f8d726b9f6ffadcc1c994b3685be5c61 to your computer and use it in GitHub Desktop.
Custom DNS Server not overwriting default servers
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 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