Source: proxychains Section: net Priority: optional Maintainer: Daniel Echeverry Uploaders: Aron Xu , Build-Depends: debhelper (>= 11), Homepage: http://proxychains.sourceforge.net Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/debian/proxychains.git Vcs-Browser: https://salsa.debian.org/debian/proxychains Package: libproxychains-dev Section: libdevel Architecture: any Pre-Depends: ${misc:Pre-Depends}, Depends: libproxychains3 (= ${binary:Version}), ${misc:Depends}, Suggests: proxychains, Breaks: proxychains (<< 3.1-1), Replaces: proxychains (<< 3.1-1), Multi-Arch: same Description: proxy chains -- shared library (development) Proxy chains force 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 / premeo / eborder driver ( intercepts TCP calls ) . See 'proxychains' package for more detailed description. . This package contains development header files for the shared library used by proxychains. Package: libproxychains3 Architecture: any Section: libs Pre-Depends: ${misc:Pre-Depends}, Depends: ${misc:Depends}, ${shlibs:Depends}, Recommends: dnsutils, Suggests: proxychains, Breaks: proxychains (<< 3.1-1), Replaces: proxychains (<< 3.1-1), Multi-Arch: same Description: proxy chains -- shared library (runtime) Proxy chains force 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 / premeo / eborder driver ( intercepts TCP calls ) . See 'proxychains' package for more detailed description. . This package contains runtime for the shared library used by proxychains. . The package 'dnsutils' is needed to perform DNS requests through proxy. In the case you turned 'proxy_dns' option off in configuration file you don't need dnsutils to be installed. Package: proxychains Architecture: all Depends: libproxychains3 (>= ${binary:Version}), ${misc:Depends}, Multi-Arch: foreign Description: proxy chains - redirect connections through proxy servers Proxy chains force 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 / premeo / eborder driver ( intercepts TCP calls ) . This version supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers. Different proxy types can be mixed in the same chain. . Features * Access Internet from behind restrictive firewall. * Source IP masquerade. * SSH tunneling and forwarding. * Dynamic LAN-to-LAN VPN channel. * Servers and daemons friendly (works fine with sendmail MTA). . http://proxychains.sourceforge.net