File: control

package info (click to toggle)
desproxy 0.1.0~pre3-10.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 436 kB
  • sloc: ansic: 1,753; makefile: 81; sh: 29
file content (28 lines) | stat: -rw-r--r-- 1,326 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
22
23
24
25
26
27
28
Source: desproxy
Section: net
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9), autotools-dev
Standards-Version: 3.9.8
Uploaders: Felipe Augusto van de Wiel <faw@debian.org>
Vcs-Git: https://anonscm.debian.org/git/collab-maint/desproxy.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/desproxy.git;a=summary
Homepage: https://sourceforge.net/projects/desproxy

Package: desproxy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tunnel TCP traffic through a HTTP proxy
 Browsers (in general HTTP clients) use HTTP proxies to request web pages. The
 proxy forwards those request to the destination server. All
 the negotiation is done via the HTTP protocol, which is designed just
 to carry HTTP requests and no generic (TCP/IP) traffic. That is why you
 can't (normally) use Internet applications beside your browser if
 you are behind a HTTP proxy.
 .
 That is what desproxy is good for. Desproxy is a TCP tunnel, which
 means desproxy can forward TCP/IP traffic via a HTTP proxy. Desproxy
 uses a HTTP/1.1 method (CONNECT) to establish TCP/IP connections on
 demand. CONNECT is used for SSL connections when accessing to secure
 sites. So if you can access sites that support SSL (www.hotmail.com for
 example) you can use desproxy.