Created
December 19, 2016 21:32
-
-
Save rrotter/59ebefe9d981a3c69bdb13add253bc87 to your computer and use it in GitHub Desktop.
Fix incorrect DNS search domain behavior on OS X
This file contains 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
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist | |
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist AlwaysAppendSearchDomains -bool YES | |
sudo launchctl load /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