bolcom / unFTP

A FTP(S) server with a couple of twists written in Rust. Follow and talk to us on https://t.me/unftp. Docs on https://unftp.rs
Apache License 2.0
264 stars 20 forks source link

[ feature request ] tokio-console address / port CLI flag #169

Open yonas opened 7 months ago

yonas commented 7 months ago

Add a command line flag to specify which address / port to bind to for tokio-console.

For example: --bind-address-tokio-console <HOST_PORT>

This allows multiple unFTP servers to run simultaneously on the same host.

hannesdejager commented 7 months ago

@yonas Makes sense