Skip to content

Instantly share code, notes, and snippets.

@pavelbinar
Forked from mipmip/gist:1844353
Created March 15, 2014 17:58
Show Gist options
  • Save pavelbinar/9571253 to your computer and use it in GitHub Desktop.
Save pavelbinar/9571253 to your computer and use it in GitHub Desktop.
mDNSResponder
# Load up Terminal (Applications > Utilities > Terminal.app) and type the following.
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
# To turn it back on, just do the opposite:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment