Does anyone have a magic bullet for clearing Chrome's DNS cache after whitelisting a domain?
I've noticed that if I encounter a blocked site which I then whitelist, Chrome seems to hold onto that cached 0.0.0.0 for some time. If I pull the domain up in incognito, it works. I've tried clearing the Windows DNS cache via ipconfig /flushdns
. If I then do a nslookup domain.com
it will return the correct IP address. But Chrome still tries the old address. I've also tried going to chrome://net-internals/#dns
and hitting the Clear host cache
button, but that doesn't seem to fix it either.
I'd appreciate any tips on how to achieve this!