-
Notifications
You must be signed in to change notification settings - Fork 11
/
README.txt
46 lines (28 loc) · 959 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Simpleproxy
===========
Original authors:
-----------------
* Vadim Zaliva <[email protected]>
* Vlad Karpinsky <[email protected]>
* Vadim Tymchenko <[email protected]>
Contributors:
-------------
* Renzo Davoli <[email protected]> (HTML probe & HTTP authentication)
* Patch submitters via sourceforge and github project pages
Description
-----------
Simpleproxy is a simple TCP proxy. It accepts connections on a local
TCP port and forward them to anoter port on a remote host via TCP.
It could be used as standalone daemon, or run via `inetd`.
For various options such as POP3 user screening, logging, HTTP proxy
support, see man page (man simpleproxy).
Installation
------------
To install run `./configure`. Then, do 'make install'.
License
-------
GPLv2. See LICENSE.txt for details.
Home page
---------
To report bugs and get most recent version please go to:
https://github.com/vzaliva/simpleproxy