Skip to content

Instantly share code, notes, and snippets.

@bcreasy
Last active December 22, 2015 11:28
Show Gist options
  • Save bcreasy/6465456 to your computer and use it in GitHub Desktop.
Save bcreasy/6465456 to your computer and use it in GitHub Desktop.
fix mac dns lookup
sudo sed -i .orig 's/\(<string>\/usr\/sbin\/mDNSResponder<\/string>\)/\1\
<string>-AlwaysAppendSearchDomains<\/string>/
' /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
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