Total Pageviews

Friday 28 December 2012

prtunnel

prtunnel 可以通过多种途径转发 TCP/IP 连接,包括通过HTTP 和 SOCKS5代理服务器。包含:
  • 通过HTTP 或者 SOCKS5代理转发tcp连接到远程服务器
  • Tunneling TCP connections from SOCKS-capable client programs through an HTTP or SOCKS5 proxy
  • Tunneling TCP connections from an IPv4 client program to an IPv6 server and vice-versa
  • 转发 TCP 连接
  • 用于建立一个简单的 SOCKS 代理服务器.

prtunnel is a program that can tunnel TCP/IP connections in a variety of ways, including through HTTP and SOCKS5 proxy servers. Some if its possible uses include:
  • Tunneling TCP connections from client programs to a remote server through an HTTP or SOCKS5 proxy (useful if you're behind such a proxy and want to use a program that doesn't have native proxy support)
  • Tunneling TCP connections from SOCKS-capable client programs through an HTTP or SOCKS5 proxy
  • Tunneling TCP connections from an IPv4 client program to an IPv6 server and vice-versa
  • Forwarding TCP connections
  • Running as a simple SOCKS proxy server
prtunnel is open source software available under a BSD-style license. It has been developed and used under Linux and BSD-based operating systems.

Download

The source code for prtunnel can be downloaded from the link below.
 from
http://joshbeam.com/software/prtunnel/
http://joshbeam.com/files/prtunnel-0.2.7.tar.gz
https://github.com/joshb/prtunnel

http://freecode.com/projects/prtunnel
http://www.freshports.org/net/prtunnel/