File: control

package info (click to toggle)
obfs4proxy 0.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 464 kB
  • ctags: 727
  • sloc: makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,488 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: obfs4proxy
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>, Ximin Luo <infinity0@debian.org>
Section: net
Priority: extra
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-ed25519-dev,
               golang-go,
               golang-goptlib-dev,
               golang-go.crypto-dev (>= 1:0.0~git20150608),
               golang-go.net-dev (>= 0.0+git20150226.3d87fd6),
               golang-siphash-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/obfs4proxy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/obfs4proxy.git

Package: obfs4proxy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: pluggable transport proxy for Tor, implementing obfs4
 obfs4proxy is a tool that attempts to circumvent censorship by
 transforming the Tor traffic between the client and the bridge. This way
 censors, who usually monitor traffic between the client and the bridge, will
 see innocent-looking transformed traffic instead of the actual Tor traffic.
 .
 obfs4proxy implements the obfsucation protocols obfs2, obfs3, and obfs4.
 .
 It is written in Go and is compliant with the Tor pluggable transports
 specification, and its modular architecture allows it to support multiple
 pluggable transports.
 .
 This package contains both the client and the bridge in a single program.