Fuerback / tcps

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Rust 97.8%Language:Dockerfile 2.2%