blob: 8768f782a0f56882dbd15949e66441731b67d341 [file] [log] [blame]
Sean Middleditchb34236e2009-11-02 16:19:16 -08001.TH telnet-proxy 1 LIBTELNET "" "TELNET Library"
2
3.SH NAME
4telnet-proxy \- create a TELNET debugging proxy
5
6.SH SYNOPSIS
7\fBtelnet-proxy\fR <\fBremote address\fR> <\fBremote port\fR> <\fBlocal port\fR>
8
9.SH DESCRIPTION
10\fBtelnet-proxy\fR creates a single-connection proxy listening on \fIlocal port\fR which forwards connections to \fIremote address\fR on port \fIremote port\fR. All TELNET commands will be logged to \fBstdout\fR for debugging purposes.
11
12Only a single active connection is allowed at any given time. However, after a client has disconnected, another client may connect through the proxy.
13
14\fBtelnet-proxy\fR 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.
15
16.SH SEE ALSO
17\fBtelnet-chatd\fR(1), \fBtelnet-client\fR(1), \fBtelnet\fR(1)