commit 551a01a46eaac25d9e314c605c9db9df6a8b8c9c Author: David Fifield david@bamsoftware.com Date: Wed Dec 12 02:30:40 2012 -0800
Dedent torrc snippet for easier copy-paste. --- doc/windows-deployment-howto.txt | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/windows-deployment-howto.txt b/doc/windows-deployment-howto.txt index 8edb7bc..f3f8852 100644 --- a/doc/windows-deployment-howto.txt +++ b/doc/windows-deployment-howto.txt @@ -173,15 +173,15 @@ the generic configuration, but change the obfsproxy-specific stuff). Basically you are concatenating the normal flashproxy-client torrc, but changing "./flashproxy-client" to "flashproxy-client".
- UseBridges 1 - # The address and port are ignored by the client transport plugin. - Bridge websocket 0.0.1.0:1 - LearnCircuitBuildTimeout 0 - CircuitBuildTimeout 60 - # Change the second number here (9000) to the number of a port that can - # receive connections from the Internet (the port for which you - # configured port forwarding). - ClientTransportPlugin websocket exec flashproxy-client --register :0 :9000 +UseBridges 1 +# The address and port are ignored by the client transport plugin. +Bridge websocket 0.0.1.0:1 +LearnCircuitBuildTimeout 0 +CircuitBuildTimeout 60 +# Change the second number here (9000) to the number of a port that can +# receive connections from the Internet (the port for which you +# configured port forwarding). +ClientTransportPlugin websocket exec flashproxy-client --register :0 :9000
Re-zip the bundle. The "alpha" number should be independent of the obfsproxy bundle's alpha.
tor-commits@lists.torproject.org