Skip to content

Instantly share code, notes, and snippets.

@SpringMT
Created March 16, 2011 13:53
Show Gist options
  • Select an option

  • Save SpringMT/872523 to your computer and use it in GitHub Desktop.

Select an option

Save SpringMT/872523 to your computer and use it in GitHub Desktop.
Mac OS XでDNSキャッシュをFlushする方法
sudo dscacheutil -flushcache
http://d.hatena.ne.jp/solitary_shell/20090102/1230887064
@SpringMT
Copy link
Copy Markdown
Author

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