Last active
August 29, 2015 14:06
-
-
Save pestilence669/5a829d6088be6a14a7c4 to your computer and use it in GitHub Desktop.
Enable 127.0.0.2 on OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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