MAN page from Other simpleproxy-2.2b-2.i386.rpm
SIMPLEPROXY
Section: User Commands (1)
Updated: Version 2.2b
Index NAME
simpleproxy - Simple tcp socket proxy
SYNOPSIS
simpleproxy [-7][-v][-d][-i]-P <
POP3 users file>-L <
Local port>-H <
Remote host>-R <
Remote port>-S <
Proxy host>-s <
proxy port>
DESCRIPTION
The
simpleproxy program acts as simple tcp proxy. It listens for local socket, andany connection to this port will be forwarded to another socketat remote host.
OPTIONS
simpleproxy accepts following options:
- -v
- Makes simpleproxy to write activity information to syslog or stderr.
- -7
- Makes simpleproxy to strip 8th bit.
- -i
- Use this flag when starting simpleproxy from INETD.
- -d
- By default simpleproxy does not detach itself from control terminal and writes allmessages to stderr. This option will detach it from terminal and make it writemessages to syslog.
- -L <local port>
- Local port name or number.
- -H <remote host>
- Remote host name or IP address.
- -R <remote port>
- Remote port name or number
- -P <POP3 users list>
- If you specify this option simpleproxy will load list ofusers from the <filename> (one per line). After this it will beforwarding POP3 sessions only if client trying to authenificate asthis user.
- -S <proxy host>
- HTTPS proxy server hostname.
- -s <proxy port>
- Proxy port number
BUGS
Only
tcp ports are supported.
SEE ALSO
inetd(1M), services(4)
AUTHOR
Vadim Zaliva <lordAATTcrocodile.org>,Vladimir Karpinsky <vladAATTcrocodile.org>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- BUGS
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.