          MODULE=proxychains
         VERSION=3.1
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/$MODULE/
      SOURCE_VFY=sha1:3d4ab30c65d4dc21af9898464e5789a09194d04c
        WEB_SITE=http://proxychains.sourceforge.net
         ENTERED=20040125
         UPDATED=20060315
           SHORT="A proxifier -- user-defined list of proxies chained together"

cat << EOF
This program forces any tcp connection made by any given tcp client
to follow through proxy (or proxy chain). It is a kind of proxifier.
  It acts like sockscap / permeo / eborder driver.
  Intercepts and hooks TCP calls made by any given Internet client.
  Allows remote TCP tunneling through proxies.
  Supports HTTP-CONNECT, SOCKS4 and SOCKS5 proxy servers.
  Different proxy types can be mixed in the same chain.
  Run any program (including servers) from behind a proxy server.
  Access the Internet from behind a restrictive firewall.
  Source IP masquerade.
  SSH tunneling through proxy servers.
  Dynamic LAN-to-LAN VPN channel.
EOF
