Closed ctrl-q closed 1 year ago
Thanks for the feature request! I will add it in the following days.
@ctrl-q Could you maybe checkout my branch custom-addresses
and take a look whether it is a solution to your problem?
It's working! But maybe to avoid this being a breaking change, the default address should be *
or 0.0.0.0
rather than 127.0.0.1
We currently can only specify listening ports, but it would be nice to be able to specify a listening address. This way, someone who uses an SSH tunnel for example, could listen only on
tcp://127.0.0.1:<port>
instead of listening on all addresses