This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/proxychains-ng/badges/latest-version.svg)](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]]