From 611205be681322883a4d73dd00fcb13c4352fe53 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Thu, 29 Oct 2015 17:29:21 +0000 Subject: Add the "meek_lite" transport, which does what one would expect. This is a meek client only implementation, with the following differences with dcf's `meek-client`: - It is named `meek_lite` to differentiate it from the real thing. - It does not support using an external helper to normalize TLS signatures, so adversaries can look for someone using the Go TLS library to do HTTP. - It does the right thing with TOR_PT_PROXY, even when a helper is not present. Most of the credit goes to dcf, who's code I librerally cribbed and stole. It is intended primarily as a "better than nothina" option for enviornments that do not or can not presently use an external Firefox helper. --- doc/obfs4proxy.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/obfs4proxy.1 b/doc/obfs4proxy.1 index 9fb5f28..13b89fd 100644 --- a/doc/obfs4proxy.1 +++ b/doc/obfs4proxy.1 @@ -1,4 +1,4 @@ -.TH OBFS4PROXY 1 "2015-04-03" +.TH OBFS4PROXY 1 "2015-10-29" .SH NAME obfs4proxy \- pluggable transport proxy for Tor, implementing obfs4 .SH SYNOPSIS @@ -12,7 +12,7 @@ will see innocent-looking transformed traffic instead of the actual Tor traffic. .PP obfs4proxy implements the obfuscation protocols obfs2, obfs3, -ScrambleSuit (client only) and obfs4. +ScrambleSuit (client only), meek (client only) and obfs4. .PP obfs4proxy is currently only supported as a managed pluggable transport spawned as a helper process via the \fBtor\fR daemon. -- cgit v1.2.3