André Amorim

Crafting Web Experiences

//

Allow more local IPs to use (127.0.0.2+)

If you don’t want to use only 127.0.0.1 local IP address for your projects, you can expand that in your computer.

Each alias must be added individually like this:

sudo ifconfig lo0 alias 127.0.0.2 up
sudo ifconfig lo0 alias 127.0.0.3 up
...

Published date:

Modified date: