Google Chrome 如何清除或刷新DNS缓存

时间:2019-11-20 08:52:02  来源:igfitidea点击:

在Google Chrome浏览器中,如何清除DNS缓存?

清空套接字池

在地址栏输入:

chrome://net-internals/#sockets

然后刷新套接字池

在MS-Windows上清除/清除DNS缓存

以管理员身份在命令行中执行下面命令

ipconfig /flushdns

在Linux上清除/清除DNS缓存

打开终端并执行:

sudo service network-manager restart

清除/清除Apple macOS上的DNS缓存

打开终端应用程序,然后执行:

sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder