I got a [report](https://github.com/pyvec/naucse.python.cz/pull/658) that `0.0.0.0`, [the host used for `serve`](https://github.com/pyvec/elsa/blob/5f503bc780c3ad6f8bc832adc8dc19e74ed4ffe2/elsa/_cli.py#L96) does not work on Windows. @hroncok Is it there for a reason, or can we revert to Flask's default? Or switch the default to `127.0.0.1`?
I got a report that
0.0.0.0, the host used forservedoes not work on Windows.@hroncok Is it there for a reason, or can we revert to Flask's default? Or switch the default to
127.0.0.1?