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

httptunnel

Tunnel data connections through HTTP requests

httptunnel creates a bidirectional virtual data connection tunnelled through HTTP (HyperText Transfer Protocol) requests. This can be useful for users behind restrictive firewalls. As long as Web traffic is allowed, even through a HTTP-only proxy, httptunnel can be combined with other tools like SSH (Secure Shell) to reach the outside world.

Installation

Install the latest version of httptunnel as follows:

guix install httptunnel

Or install a particular version:

guix install httptunnel@3.3

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 httptunnel about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/httptunnel'><img src='https://packages.guix.gnu.org/packages/httptunnel/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/httptunnel/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/httptunnel)

Example Org:

[[https://packages.guix.gnu.org/packages/httptunnel][https://packages.guix.gnu.org/packages/httptunnel/badges/latest-version.svg]]