File: control

package info (click to toggle)
httptunnel 3.3%2Bdfsg-6
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: ansic: 4,754; makefile: 26; sh: 4
file content (21 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: httptunnel
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13)
Maintainer: Teemu Hukkanen <tjhukkan@iki.fi>
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/larsbrinkhoff/httptunnel

Package: httptunnel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tunnels a data stream in HTTP requests
 Creates a bidirectional virtual data stream tunnelled in
 HTTP requests. The requests can be sent via a HTTP proxy
 if so desired.
 .
 This can be useful for users behind restrictive firewalls. If WWW
 access is allowed through a HTTP proxy, it's possible to use
 httptunnel and, say, telnet or PPP to connect to a computer
 outside the firewall.