File: control

package info (click to toggle)
pt-websocket 0.2-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 188 kB
  • sloc: makefile: 39
file content (35 lines) | stat: -rw-r--r-- 1,665 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
34
35
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 (>= 10), dh-golang, golang-go, help2man,
 golang-goptlib-dev, golang-golang-x-net-dev
Standards-Version: 4.1.3
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
XS-Go-Import-Path: git.torproject.org/pluggable-transports/websocket

Package: pt-websocket
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
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.)