Closed alexandre-p closed 9 years ago
This PR makes it possible to configure bitcannon's web server binding address.
I think it can be useful to restrict the binding address of the server for several reasons, starting with security.
To avoid BC breaks, I set it to 0.0.0.0 in the default config and fallback in the code. But I think its default value should be 127.0.0.1.
I like it! Thanks for the contribution.
This PR makes it possible to configure bitcannon's web server binding address.
I think it can be useful to restrict the binding address of the server for several reasons, starting with security.
To avoid BC breaks, I set it to 0.0.0.0 in the default config and fallback in the code. But I think its default value should be 127.0.0.1.