Simpleproxy v3.3
Vadim Zaliva <lord@crocodile.org>
Vlad Karpinsky <vlad@noir.crocodile.org>
Vadim Tymchenko <verylong@noir.crocodile.org>
Renzo Davoli <renzo@cs.unibo.it> (html probe & http authentication)
Simpleproxy program acts as simple tcp proxy. It listens for local
socket, and any connection to this port will be forwarded to another
socket at remote host.
If you specify '-P <filename>' option simpleproxy will load list of
users from the <filename> (one per line). After this it will be
forwarding POP3 sessions only if client trying to authenticate as
this user.
Tested on Linux, SunOS, Solaris.
To install run `./configure`. Then, do 'make install'.
Can be used, for example, to run local irc client through proxy
started at ISP shell account, if some IRC serverc does not allow you
to connect directly.
Latest version always can be found at http://www.crocodile.org/software.html
Please use bug tracking system (follow link from WWW page
to report bugs).
If you want to send us patch, please use `diff -u` command.