Created
October 18, 2025 11:24
-
-
Save detj/acfe0e3b2cd6d08896f3548b1189e0d9 to your computer and use it in GitHub Desktop.
clear DNS cache on macOS Tahoe
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
| # need admin password | |
| 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