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
...Code language: Bash (bash)

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.