Flush DNS Cache on Mac:
Terminal Method:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Note: You may be prompted to enter your administrator password.
Restart Method:
Alternatively, you can restart your Mac to flush the DNS cache.
Flush DNS Cache on Windows:
Command Prompt Method:
ipconfig /flushdns
Windows PowerShell Method:
Clear-DnsClientCache
Flush DNS Cache in Google Chrome:
1. Open Google Chrome.
2. In the address bar, type the following and press Enter:
chrome://net-internals/#dns
3. On the "DNS" tab, click the "Clear host cache" button.