A tool to test TCP connections.
bash cargo install conn
``` Connect to an address over TCP
Usage: conn --ip --port
Options: -i, --ip The IP address -p, --port The port -h, --help Print help ```