Total Pageviews

Monday 29 July 2019

TCP proxy程序-Simpleproxy by vzaliva


Original authors:
-----------------
  * Vadim Zaliva 
  * Vlad Karpinsky 
  * Vadim Tymchenko 

Contributors:
-------------
  * Renzo Davoli  (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'.


from https://github.com/vzaliva/simpleproxy

No comments:

Post a Comment