Closed mimaison closed 3 weeks ago
Currently if we don't provide a host in the listener, for example with the default http://:8080, the HTTP server only binds to localhost. Instead it should bind to 0.0.0.0, meaning all interfaces.
http://:8080
localhost
0.0.0.0
Currently if we don't provide a host in the listener, for example with the default
http://:8080
, the HTTP server only binds tolocalhost
. Instead it should bind to0.0.0.0
, meaning all interfaces.