Skip to content

Instantly share code, notes, and snippets.

@pourmand1376
Created October 6, 2022 21:47
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 pourmand1376/5895edce644c66374c882f460144d7e1 to your computer and use it in GitHub Desktop.
Save pourmand1376/5895edce644c66374c882f460144d7e1 to your computer and use it in GitHub Desktop.
Add Shecan DNS Server
# https://devilbox.readthedocs.io/en/latest/howto/dns/add-custom-dns-server-on-linux.html
echo "nameserver 178.22.122.100" > /etc/resolv.conf
echo "nameserver 185.51.200.2" > /etc/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment