bdy agent tunnel tcp
$bdy agent tunnel tcp|TCP [options] [host:port]
Starts a tunnel which forwards all TCP traffic on a public port to a local address. This is extremely useful for exposing services that run non-HTTP traffic (ssh, sip, rdp, game servers, etc).
Examples
Start tcp tunnel on port 22bdy agent tunnel tcp 22$
Start named tcp tunnel with whitelistbdy agent tunnel tcp 80 -n name -w 1.1.1.1/27$