httptunnel 3.3
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.
- Website: http://www.nocrew.org/software/httptunnel.html
- Licenses: GPL 2+
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install httptunnel 3.3
as follows:
guix install httptunnel@3.3
Or install the latest version:
guix install httptunnel
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.