Skip to content

Instantly share code, notes, and snippets.

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