Skip to content

Instantly share code, notes, and snippets.

@hanksudo
Created November 4, 2020 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanksudo/098a6e8c5e8a17cb27a82889a32faa39 to your computer and use it in GitHub Desktop.
Save hanksudo/098a6e8c5e8a17cb27a82889a32faa39 to your computer and use it in GitHub Desktop.
Add/remove loopback alias IPs on macOS
# add 
sudo ifconfig lo0 alias 127.0.0.2

# revert
sudo ifconfig lo0 -alias 127.0.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment