Created
November 14, 2021 05:07
-
-
Save mehul0810/759dcd89aedea89ddc180a98ff2c1762 to your computer and use it in GitHub Desktop.
This macos terminal command will flush the DNS cache. This will help to make the internet working when WIFI is connected and internet not working.
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
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment