目 录CONTENT

文章目录

清楚DNS缓存

过客
2022-05-08 / 0 评论 / 0 点赞 / 8 阅读 / 0 字

Win中

打开cmd命令窗口输入:

ipconfig /flushdns

Mac中

打在终端,直接输入命令:

sudo killall -HUP mDNSResponder

Ubuntu中

sudo systemd-resolve --flush-caches

CentOS中

sudo systemctl reload NetworkManager

其他Linux

sudo systemctl restart network
0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin

评论区