proxychains-ng
Redirect any TCP connection through a proxy or proxy chain
Proxychains-ng is a preloader which hooks calls to sockets in dynamically linked programs and redirects them through one or more SOCKS or HTTP proxies.
- Versions: 4.17
- Website: https://github.com/rofl0r/proxychains-ng
- Licenses: GPL 2+
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of proxychains-ng
as follows:
guix install proxychains-ng
Or install a particular version:
guix install proxychains-ng@4.17
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of proxychains-ng about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/proxychains-ng'><img src='https://packages.guix.gnu.org/packages/proxychains-ng/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/proxychains-ng)
Example Org:
[[https://packages.guix.gnu.org/packages/proxychains-ng][https://packages.guix.gnu.org/packages/proxychains-ng/badges/latest-version.svg]]