Flush DNS Cache In Linux & Windows

Windows:

  1. Clear-DnsClientCache

     

Linux:

  1. nscd (Name Server Caching Daemon)
    systemctl restart nscd

     

  2. systemd-resolved
    systemctl is-active systemd-resolved
    resolvectl statistics
    resolvectl flush-caches

     

posted @ 2022-01-18 13:53  ascertain  阅读(45)  评论(0编辑  收藏  举报