From 0066cfc3932c50323fa596981f18ef5b0e862742 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Tue, 17 Feb 2015 11:33:29 +0000 Subject: Add support for acting as a ScrambleSuit client. This allows obfs4proxy to be used as a ScrambleSuit client that is wire compatible with the obfs4proxy implementation, including session ticket support, and length obfuscation. The current implementation has the following limitations: * IAT obfuscation is not supported (and is disabled in all other ScrambleSuit implementations by default). * The length distribution and probabilites are different from those generated by obfsproxy and obfsclient due to a different DRBG. * Server support is missing and is unlikely to be implemented. --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e4d4595..31c9e2b 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ ServerTransportPlugin obfs4 exec /usr/local/bin/obfs4proxy `ClientTransportPlugin` and `ServerTransportPlugin` lines in the torrc as appropriate. + * obfs4proxy can also act as a ScrambleSuit client. Adjust the + `ClientTransportPlugin` line in the torrc as appropriate. + * The autogenerated obfs4 bridge parameters are placed in `DataDir/pt_state/obfs4_state.json`. To ease deployment, the client side bridge line is written to `DataDir/pt_state/obfs4_bridgeline.txt`. -- cgit v1.2.3