subgraph / subgraph-os-issues

Subgraph OS issues repository
74 stars 9 forks source link

ship various pluggable transports by default #60

Open ioerror opened 8 years ago

ioerror commented 8 years ago

These packages may be useful and are easy to include:

flashproxy-client - Pluggable transport to circumvent IP address blocking - client transport plugin
golang-goptlib-dev - library for Tor pluggable transports written in Go
obfs4proxy - pluggable transport proxy for Tor, implementing obfs4
obfsproxy - pluggable transport proxy for Tor
python-pyptlib - library for Tor pluggable transports written in Python

See https://www.torproject.org/docs/pluggable-transports.html.en is a useful reference.

It should be the case that at least the obfs and meek pluggable transports are installed by default.

Packages are available for Meek here:

https://people.debian.org/~infinity0/apt/pool/contrib/m/meek/

There is a reason those aren't in Debian yet: https://trac.torproject.org/projects/tor/ticket/13160

mckinney-subgraph commented 8 years ago

Added everything but meek: https://github.com/subgraph/subgraph_desktop_stretch/commit/7ef022d2893f2a0a6d88f0f0c4e51b6f714ae618

For meek, I'll just build the packages and drop them into our repo (assuming they won't be in Debian anytime soon).