How to clear your DNS cache
Windows
- Open the Start Menu and search for cmd.
- Open the Command Prompt program.
- Type the following in the command window:
ipconfig /flushdns
- Press the Enter key.
macOS
- Navigate to Terminal.
- Type the following in the command window:
dscacheutil -flushcache
- Press the Enter key.
Linux
- Navigate to Terminal.
- Type the following in the command window:
/etc/init.d/nscd restart
- Press the Enter key.