Skip to content

Instantly share code, notes, and snippets.

@chrisxaustin
Created June 20, 2016 21:05
Show Gist options
  • Save chrisxaustin/c1d7b7fadf169b8fe9dc3613fc96223f to your computer and use it in GitHub Desktop.
Save chrisxaustin/c1d7b7fadf169b8fe9dc3613fc96223f to your computer and use it in GitHub Desktop.
osx - reload dns service
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment