各种操作系统下清空DNS缓存

Windows

  • 清空DNS缓存
1
ipconfig /flushdns
  • 查看DNS缓存
1
ipconfig /displaydns

Mac OSX

1
2
3
4
lookupd -flushcache

# 或

Linux

Linux中, nscd进程负责管理DNS缓存
要清空DNS缓存, 重启nscd守护进程就行了

  • 清除 nscd dns 缓存
1
2
3
4
5
6
7
service nscd restart

# 或
sudo /etc/init.d/nscd restart

# 或
service nscd reload
  • 清除 dnsmasq dns 缓存
1
2
3
4
sudo /etc/init.d/dnsmasq restart

# 或
service dnsmasq restart
  • 清除BIND缓存服务器的dns缓存
1
2
3
4
5
6
7
/etc/init.d/named restart

# 或
rndc restart

# 或
rndc exec

Powered by Hexo and Hexo-theme-hiker

Copyright © 2017 - 2023 Keep It Simple And Stupid All Rights Reserved.

访客数 : | 访问量 :