File: control

package info (click to toggle)
pt-websocket 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 117
  • sloc: makefile: 39
file content (33 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download
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
29
30
31
32
33
Source: pt-websocket
Section: net
Priority: optional
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-golang, golang-go, help2man,
 golang-goptlib-dev, golang-golang-x-net-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/pt-websocket.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/pt-websocket.git
#Secondary mirror here:
#Vcs-Browser: https://gitweb.torproject.org/debian/pt-websocket.git
Homepage: https://gitweb.torproject.org/pluggable-transports/websocket.git

Package: pt-websocket
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WebSocket pluggable transport - server
 Pluggable transports are tools that transform a stream of application traffic
 into a different format on the network. This helps to bypass network-level
 censorship.
 .
 This package contains a server transport plugin that accepts connections
 transformed to look like the websocket protocol. This is typically used to
 enhance systems like Tor, to provide service even to censored users.
 .
 See flashproxy-client for a corresponding client transport plugin, meant for
 users to bypass censorship, that is compatible with the websocket protocol that
 this package expects.
 .
 (The source package also contains a websocket-client transport plugin, but
 this is just a demo that is less effective than flashproxy-client, and not
 meant to be used in real situations.)