Skip to content

Instantly share code, notes, and snippets.

@Semdevmaster
Created September 2, 2022 14:42
Show Gist options
  • Select an option

  • Save Semdevmaster/cee1e0585cbdff0bbacb286f89ea70b5 to your computer and use it in GitHub Desktop.

Select an option

Save Semdevmaster/cee1e0585cbdff0bbacb286f89ea70b5 to your computer and use it in GitHub Desktop.
MacOS
sudo killall -HUP mDNSResponder
Windows
ipconfig /flushdns
Linux
Flush Local NCSD DNS Cache
sudo /etc/init.d/nscd restart
Flush Local dnsmasq DNS Cache
sudo /etc/init.d/dnsmasq restart
Flush Local BIND DNS Cache
sudo /etc/init.d/named restart
sudo rndc restart
sudo rndc exec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment