清除dns缓存

mac终端:

sudo killall -HUP mDNSResponder

windows命令提示符:

ipconfig /flushdns

Linux:

service nscd restart

 centos7以上

systemctl restart nscd

 

posted @ 2023-05-12 13:48  yanglei.xyz  阅读(33)  评论(0)    收藏  举报