Skip to content

Instantly share code, notes, and snippets.

@holmesconan
Created October 30, 2017 02:26
Show Gist options
  • Select an option

  • Save holmesconan/c4e6b9b8c22caa4dc500de9ad7cecb04 to your computer and use it in GitHub Desktop.

Select an option

Save holmesconan/c4e6b9b8c22caa4dc500de9ad7cecb04 to your computer and use it in GitHub Desktop.
Flush macOS 10.12+ DNS cache
#!/bin/sh
killall -HUP mDNSResponder
killall mDNSResponderHelper
dscacheutil -flushcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment