Hsüan's Blog

2015-08-24

How Mac Reload DNS

#!/bin/bash

#http://apple.stackexchange.com/questions/26616/dns-not-resolving-on-mac-os
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist

© 2019 ~ 2024 Hsüan, Powered by Gatsby, Theme Material UI