Last active
December 18, 2018 14:11
-
-
Save vitor-caetano/1be6b6e4e357ce76c0fb7a6288555a95 to your computer and use it in GitHub Desktop.
Change to prod DNS
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
#!/usr/bin/env bash | |
networksetup -setdnsservers Ethernet 208.67.222.222 208.67.220.220 8.8.8.8 | |
echo "Switched to PROD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment