Chrome:
go to: chrome://net-internals/#dns and click "Clear host cache"
Mac OS:
sudo dscacheutil -flushcache; \
sudo killall -HUP mDNSResponder
Windows:
ipconfig /flushdnsLinux:
systemd:
sudo systemd-resolve --flush-cachesNSCD:
sudo systemctl restart nscddnsmasq:
sudo systemctl restart dnsmasq
named:
sudo systemctl restart named
Dr. Ogg