• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLogH A D26-Aug-20053.9 KiB12972

Makefile.inH A D03-May-2022950 4730

READMEH A D23-Aug-2005982 3420

TODOH A D15-Aug-2003442 168

cfg.cH A D08-May-20038.7 KiB378284

cfg.hH A D10-Dec-19991.6 KiB5221

configureH A D10-Dec-199953.8 KiB1,7981,485

configure.inH A D10-Dec-1999686 2821

install-shH A D10-Dec-19995.5 KiB251152

mkinstalldirsH A D10-Dec-1999731 4123

sample.cfgH A D10-Dec-1999661 2014

simpleproxy.cH A D26-Aug-200531.1 KiB1,187896

simpleproxy.manH A D23-Aug-20052.4 KiB9083

simpleproxy.specH A D26-Aug-2005752 3326

README

1Simpleproxy v3.3
2
3Vadim Zaliva <lord@crocodile.org>
4Vlad Karpinsky <vlad@noir.crocodile.org>
5Vadim Tymchenko <verylong@noir.crocodile.org>
6
7Simpleproxy program acts as simple tcp proxy. It listens for local
8socket, and any connection to this port will be forwarded to another
9socket at remote host.
10
11If you specify '-P <filename>' option simpleproxy will load list of
12users from the <filename> (one per line). After this it will be
13forwarding POP3 sessions only if client trying to authenificate as
14this user.
15
16Tested on Linux, SunOS, Solaris.
17
18To install run `./configure`. Then, do 'make install'.
19
20Can be used, for example, to run local irc client through proxy
21started at ISP shell account, if some IRC serverc does not allow you
22to connect directly.
23
24Latest version always can be found at http://www.crocodile.org/software.html
25
26Please use bug tracking system (follow link from WWW page
27to report bugs).
28
29If you want to send us patch, please use `diff -u` command.
30
31
32
33
34