libnet-proxy-perl

Framework for proxying network connections in many ways
  http://search.cpan.org/dist/Net-Proxy/
  0
  no reviews



This module is a framework for creating various kinds of network proxies in a very simple way.

a proxy is a program that transfer data across a network boundary between a client and a server. net::proxy introduces the concept of "connectors", which abstract the server part (connected to the client) and the client part (connected to the server) of the proxy.

this makes it very easy to implement specific techniques to cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence.

this package also provides the sslh ssh/https service multiplexer written in perl.