Skip to content

Instantly share code, notes, and snippets.

@cristopher-rodrigues
Created December 2, 2015 14:18
Show Gist options
  • Save cristopher-rodrigues/a9519d23f7f4a1585c30 to your computer and use it in GitHub Desktop.
Save cristopher-rodrigues/a9519d23f7f4a1585c30 to your computer and use it in GitHub Desktop.
dns mac
sudo dscacheutil -flushcache;
sudo killall -HUP mDNSResponder;say flushed

Clear MDNS Cache

sudo discoveryutil mdnsflushcache

Clear UDNS Cache

sudo discoveryutil udnsflushcaches

Flush and Reset All DNS Caches in OS X Yosemite

sudo discoveryutil mdnsflushcache;sudo discoveryutil udnsflushcaches;say flushed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment