Created
September 18, 2016 16:46
-
-
Save pozgo/a83c6e17bc268cf40343d14d4bf32c11 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
# dnsmasq restarting snippet. Works with El Capitan 10.11.x and Sierra 10.12 | |
sudo killall -9 mDNSResponder; sudo killall -9 dnsmasq | |
echo "DNS Restarted" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment