gulp-serve
gulp-serve copied to clipboard
How to be accessible from anywhere
Hello,
When running [email protected]
, we used to explicitly set hotname: null
to let the server be accessible from anywhere (handling both iPv4 and iPv6 addresses).
With 1.3.0
and 1.4.0
versions, we cannot do that anymore due to e8744e6ec5013049906e3881cc202c9d150cb00a setting hostname
to localhost
by default.
We handle this change by setting hostname
to 0.0.0.0
but this does not work with iPv6 addresses. Do you have an idea of what should we do to make it work again for both iPv4 and iPv6 adresses? We could lock the version to 1.2.0
but I'm not fan of that.
Thank you in advance
Honestly this bug give me a couple of hours of scratching head moment. I have gone to troubleshoot all my network equipment only to realize the version number difference cause this :sob: