Skip to content

Instantly share code, notes, and snippets.

@mrtuborg
Last active August 29, 2015 14:16
Show Gist options
  • Save mrtuborg/3f690a8daabf8c29a9f7 to your computer and use it in GitHub Desktop.
Save mrtuborg/3f690a8daabf8c29a9f7 to your computer and use it in GitHub Desktop.
Yosemite

Add Localhost to /etc/resolver

sudo -s
sudo mkdir -p /etc/resolver
sudo echo 'nameserver 127.0.0.1' > /etc/resolver/build

#flush cache
dscacheutil -flushcache

#ensure it works
scutil --dns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment