[tor-commits] [flashproxy/master] Got the order of addresses backwards in the public connector example.

dcf at torproject.org dcf at torproject.org
Fri Jun 1 06:30:01 UTC 2012


commit 75ba0f771ed17bd51957090f12edf302b8ea2215
Author: David Fifield <david at bamsoftware.com>
Date:   Thu May 31 23:28:55 2012 -0700

    Got the order of addresses backwards in the public connector example.
---
 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README b/README
index 5aa054f..c00804b 100644
--- a/README
+++ b/README
@@ -83,7 +83,7 @@ connector. This way is not as realistic because all your Tor traffic
 will first go to a public connector, which is at a fixed address and can
 be easily blocked. However this is an easy way to try out the system
 without having to do port forwarding.
-	$ tor ClientTransportPlugin "websocket socks4 127.0.0.1:9001" UseBridges 1 Bridge "websocket tor-facilitator.bamsoftware.com:9999"
+	$ tor ClientTransportPlugin "websocket socks4 tor-facilitator.bamsoftware.com:9999" UseBridges 1 Bridge "websocket 127.0.0.1:9001"
 
 === Troubleshooting
 



More information about the tor-commits mailing list