DNS Cache Flush
MacOS
# Above Sierra
$ sudo killall -HUP mDNSResponder; sudo killall mDNSResponderHelper; sudo dscacheutil -flushcache
# El Capitan
$ sudo killall -HUP mDNSResponder
# Yosemite
$ sudo killall -HUP mDNSResponder; sudo dscacheutil -flushcache
Linux
$ sudo service nscd restart
# Alternatively,
$ /etc/rc.d/init.d/nscd stop
$ /etc/rc.d/init.d/nscd start
Windows
> ipconfig /flushdns
Reference
https://help.dreamhost.com/hc/en-us/articles/214981288-Flushing-your-DNS-cache-in-Mac-OS-X-and-Linux
Responses
Leave a response to @richard