/tcps

An HTTP server which receives commands in order to start a TCP server for troubleshooting purposes

Primary LanguageRustMIT LicenseMIT

tcps

An HTTP server which receives commands in order to start a TCP server for troubleshooting purposes

Docker

docker build -t tcps .

docker run -p 8000:8000 --rm tcps