The server socket currently binds to 0.0.0.0, which is more broad than required. For security reasons the server socket should bind to 127.0.0.1 (or should at least be configurable).
It would be nice to have the start port configurable as well, although this is less important.