Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fivethreeo/b8ed43d71c207a303ae96874067a23e8 to your computer and use it in GitHub Desktop.
Save fivethreeo/b8ed43d71c207a303ae96874067a23e8 to your computer and use it in GitHub Desktop.
chattr -i /etc/resolv.conf
mv /etc/resolv.conf /etc/resolv.conf.bak.$(date +%FT%H%M)
echo nameserver 185.56.187.149 >/etc/resolv.conf
echo nameserver 87.238.35.136 >>/etc/resolv.conf
chattr +i /etc/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment