Created
September 2, 2022 14:42
-
-
Save Semdevmaster/cee1e0585cbdff0bbacb286f89ea70b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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