1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: fteproxy
Section: net
Priority: extra
Maintainer: Rolf Leggewie <foss@rolf.leggewie.biz>
Uploaders: Kevin P. Dyer <kpdyer@gmail.com>
Build-Depends: debhelper (>= 9),
libgmp-dev,
python-dev,
python-setuptools
Standards-Version: 3.9.6
Homepage: https://fteproxy.org/
Vcs-Git: git://git@github.com:kpdyer/fteproxy.git -b debian/unstable
Vcs-Browser: https://github.com/kpdyer/fteproxy/tree/debian/unstable
Package: fteproxy
Architecture: any
Depends: ${misc:Depends}, python, python-twisted, obfsproxy (>= 0.2.9), python-pyptlib, python-fte
Description: programmable proxy for censorship circumvention
fteproxy provides transport-layer protection to resist keyword filtering,
censorship and discrimantory routing policies. Its job is to relay
datastreams, such as web browsing traffic, by encoding the stream into
messages that satisfy a user-specified regular expression and are thus
considered "safe" by the censors.
|