logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

telnet-proxy - create a TELNET debugging proxy

Description

telnet-proxy  creates  a  single-connection  proxy  listening on localport which forwards connections to
       remoteaddress on port remoteport.  All TELNET commands will be logged to stdout for debugging purposes.

       Only a single active connection is allowed at any given time.  However, after a client has  disconnected,
       another client may connect through the proxy.

       telnet-proxy  is capable of transparently decoding and reencoding streams compressed with MCCP2.  It also
       includes specialized decoders and debug output for  NEW-ENVIRON,  TTYPE,  ZMP,  and  MSSP  subnegotiation
       commands.

Name

       telnet-proxy - create a TELNET debugging proxy

See Also

telnet-chatd(1), telnet-client(1), telnet(1)

                                                    LIBTELNET                                    telnet-proxy(1)

Synopsis

telnet-proxy <remoteaddress> <remoteport> <localport>

See Also