Looking at the code here, the server always binds to all interfaces.
This behavior could be undesirable.
If I have the time (and patience to setup a C++ environment again), I could open a PR for this, the change seems simple enough:
- Add an option for bind address with a default for
"0.0.0.0".
- Update the line above (and the prints above it too).
Looking at the code here, the server always binds to all interfaces.
This behavior could be undesirable.
If I have the time (and patience to setup a C++ environment again), I could open a PR for this, the change seems simple enough:
"0.0.0.0".