Skip to content

Instantly share code, notes, and snippets.

@vitor-caetano
Last active December 18, 2018 14:11
Show Gist options
  • Save vitor-caetano/1be6b6e4e357ce76c0fb7a6288555a95 to your computer and use it in GitHub Desktop.
Save vitor-caetano/1be6b6e4e357ce76c0fb7a6288555a95 to your computer and use it in GitHub Desktop.
Change to prod DNS
#!/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