Skip to content

Instantly share code, notes, and snippets.

@magoon
Last active January 27, 2020 13:58
Show Gist options
  • Save magoon/c553b5c0be4b03c728e06496d55131fb to your computer and use it in GitHub Desktop.
Save magoon/c553b5c0be4b03c728e06496d55131fb to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo time
ps auxw | grep OpenDNS | awk '{print $2}' | xargs sudo kill -9
sudo rm "/Library/Application Support/OpenDNS Roaming Client/dns-updater"
sudo touch "/Library/Application Support/OpenDNS Roaming Client/dns-updater"
sudo rm "/Library/Application Support/OpenDNS Roaming Client/dnscrypt-proxy"
sudo touch "/Library/Application Support/OpenDNS Roaming Client/dnscrypt-proxy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment