Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created April 12, 2009 14:40
Show Gist options
  • Save jacobat/94016 to your computer and use it in GitHub Desktop.
Save jacobat/94016 to your computer and use it in GitHub Desktop.
sudo dscl localhost -create /Local/Default/Hosts/some.domain IPAddress 127.0.0.1
sudo dscl localhost -create /Local/Default/Hosts/someother.domain IPAddress 127.0.0.1
sudo dscl localhost -delete /Local/Default/Hosts/some.domain
sudo dscl localhost -delete /Local/Default/Hosts/someother.domain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment