Skip to content

Instantly share code, notes, and snippets.

@pestilence669
Last active August 29, 2015 14:06
Show Gist options
  • Save pestilence669/5a829d6088be6a14a7c4 to your computer and use it in GitHub Desktop.
Save pestilence669/5a829d6088be6a14a7c4 to your computer and use it in GitHub Desktop.
Enable 127.0.0.2 on OS X
#!/bin/bash
# vim: set ts=4 sw=4 noet:
# must add each alias individually. here's .2
sudo ifconfig lo0 alias 127.0.0.2 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment