Skip to content

Instantly share code, notes, and snippets.

@mba811
Created January 11, 2015 12:44
Show Gist options
  • Select an option

  • Save mba811/2e8370cc7eede15ae74a to your computer and use it in GitHub Desktop.

Select an option

Save mba811/2e8370cc7eede15ae74a to your computer and use it in GitHub Desktop.
清除 DNS 缓存

清除 DNS 缓存

打开 Terminal,根据你的系统版本运行对应的命令:

Mac OS X 10.10
dscacheutil -flushcache sudo discoveryutil udnsflushcaches

Mac OS X 10.7 & 10.8 & 10.9
sudo killall -HUP mDNSResponder

Mac OS X 10.5 & 10.6
dscacheutil -flushcache

Mac OS X 10.4
lookupd -flushcache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment