> 技术文档 > 清理DNS缓存

清理DNS缓存


Cloudflare

https://1.1.1.1/purge-cache

Google

https://dns.google/cache

OpenDNS

https://cachecheck.opendns.com

Linux DNS缓存

sudo systemd-resolve --flush-caches

sudo /etc/init.d/nscd restart

Windows DNS缓存

ipconfig /flushdns

macOS DNS缓存

sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder