Presence register ip address

I run proxy and colyseus instances on the same computer, and everything work fine on version 0.10.
I just upgrade to version 0.11, and I note that colyseus presence not register ip as a local, instead it use real ip and port, I'm not publish these ports. Is it mean I must open port for every instance, which is run on difference ports ?
Is there anyway presence register ip as localhost, like old version

Hi @nguyen991,

This pull-request recently introduced using public-ip to expose the address for the proxy: https://github.com/colyseus/colyseus/pull/264

Maybe we should use the internal-ip package instead of public-ip? Could you try this out? Cheers!

Version 0.11.14 is now using the internal ip instead of external. Can you check if it works for you now? Cheers!