Skip to content

Instantly share code, notes, and snippets.

@jsfaint
Last active August 29, 2015 14:20
Show Gist options
  • Save jsfaint/e65c434670574ca6c941 to your computer and use it in GitHub Desktop.
Save jsfaint/e65c434670574ca6c941 to your computer and use it in GitHub Desktop.
Restart DNS for yosemite(10.10), good new: apple will remove discoveryd, and use the old mDNSresponder in El Capitan(10.10)
#!/usr/bin/env bash
sudo launchctl unload -w com.apple.discoveryd.plist
sudo launchctl load -w com.apple.discoveryd.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment