Skip to content

Instantly share code, notes, and snippets.

@henri
Created October 20, 2022 22:38
Show Gist options
  • Save henri/7eb44ecd8d670c79374d3ea1e1906d2b to your computer and use it in GitHub Desktop.
Save henri/7eb44ecd8d670c79374d3ea1e1906d2b to your computer and use it in GitHub Desktop.
Flush DNS cache on macOS system
# macOS 10.15 and later
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