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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
Source: flashproxy
Maintainer: Ximin Luo <infinity0@pwned.gg>
Section: net
Priority: extra
Build-Depends: debhelper (>= 9),
asciidoc,
docbook-xsl,
dh-autoreconf,
dh-python,
faketime,
help2man (>= 1.47.1),
nodejs,
node-optimist,
openssl,
python,
python-m2crypto,
python-setuptools,
xsltproc,
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Homepage: https://crypto.stanford.edu/flashproxy/
Vcs-Git: https://git.torproject.org/debian/flashproxy.git
Vcs-Browser: https://gitweb.torproject.org/debian/flashproxy.git
Package: flashproxy-common
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python:Depends}
Description: Pluggable transport to circumvent IP address blocking - common library
Flashproxy is a tool to circumvent censorship by setting up many, generally
ephemeral, browser-based proxies, with the goal of outpacing a censor's
ability to enumerate and block the IP addresses of those proxies. Censored
clients can then connect to a Tor relay via these proxies, by using a
hard-to-block, low-bandwidth registration system called the facilitator.
.
This package contains the common Python library used by other components.
Package: flashproxy-client
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, flashproxy-common (= ${binary:Version})
Description: Pluggable transport to circumvent IP address blocking - client transport plugin
Flashproxy is a tool to circumvent censorship by setting up many, generally
ephemeral, browser-based proxies, with the goal of outpacing a censor's
ability to enumerate and block the IP addresses of those proxies. Censored
clients can then connect to a Tor relay via these proxies, by using a
hard-to-block, low-bandwidth registration system called the facilitator.
.
This package contains the client transport plugin that enables censored Tor
users to circumvent censorship. It is compliant with the Tor pluggable
transports specification.
Package: flashproxy-facilitator
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, flashproxy-common (= ${binary:Version}), openssl, adduser
Recommends: httpd-cgi | apache2
Suggests: flashproxy-proxy
Description: Pluggable transport to circumvent IP address blocking - facilitator
Flashproxy is a tool to circumvent censorship by setting up many, generally
ephemeral, browser-based proxies, with the goal of outpacing a censor's
ability to enumerate and block the IP addresses of those proxies. Censored
clients can then connect to a Tor relay via these proxies, by using a
hard-to-block, low-bandwidth registration system called the facilitator.
.
This package contains the facilitator that accepts registrations (requests
for service) from clients, and serves them with a browser proxy that provides
access to a Tor relay.
.
Most end-users do not need to install this package.
Package: flashproxy-proxy
Architecture: all
Section: web
Depends: ${misc:Depends}
Recommends: httpd | apache2
Description: Pluggable transport to circumvent IP address blocking - browser proxy
Flashproxy is a tool to circumvent censorship by setting up many, generally
ephemeral, browser-based proxies, with the goal of outpacing a censor's
ability to enumerate and block the IP addresses of those proxies. Censored
clients can then connect to a Tor relay via these proxies, by using a
hard-to-block, low-bandwidth registration system called the facilitator.
.
This package contains the browser proxy to be served from a web server.
Visitors to this website can then act as ephemeral proxies for censored users.
.
Most end-users do not need to install this package.
Package: node-flashproxy
Architecture: all
Depends: ${misc:Depends}, flashproxy-proxy (= ${binary:Version}),
nodejs, node-optimist, node-xmlhttprequest, node-ws
Description: Pluggable transport to circumvent IP address blocking - nodejs proxy
Flashproxy is a tool to circumvent censorship by setting up many, generally
ephemeral, browser-based proxies, with the goal of outpacing a censor's
ability to enumerate and block the IP addresses of those proxies. Censored
clients can then connect to a Tor relay via these proxies, by using a
hard-to-block, low-bandwidth registration system called the facilitator.
.
This package contains a nodejs-based proxy to be run as a local service. It
is for people that constantly want to act as proxies for censored users.
Due to the design of the system, it more useful when installed on a machine
that continually changes IP address, such as a laptop.
.
Most end-users do not need to install this package.
|