You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update broke the loopback. I ran this script to allow it to work again. for ((i=2;i<256;i++)) do sudo ifconfig lo0 alias 127.127.0.$i up done
hopefully this helps someone else.
The text was updated successfully, but these errors were encountered:
I've seen several people report updating their Mac OS removed the aliases. I'm not sure if there is a fix for this, but if you find one, this project is now being maintained by Ortus in this repo:
This update broke the loopback. I ran this script to allow it to work again.
for ((i=2;i<256;i++)) do sudo ifconfig lo0 alias 127.127.0.$i up done
hopefully this helps someone else.
The text was updated successfully, but these errors were encountered: