[tor-commits] [flashproxy/master] Omit "127.0.0.1" in connector usage example.
dcf at torproject.org
dcf at torproject.org
Wed Oct 19 17:59:17 UTC 2011
commit f05fe57942bcf183615e3bc3d4b5421ac4752ed9
Author: David Fifield <david at bamsoftware.com>
Date: Wed Oct 19 10:58:17 2011 -0700
Omit "127.0.0.1" in connector usage example.
That address is implied if you give only a port number.
---
README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README b/README
index 1b616e0..fc2c4df 100644
--- a/README
+++ b/README
@@ -67,7 +67,7 @@ ephemeral proxies.
you have to use a different port (to get through a firewall, for
example), give it on the command line like this (here using port
8888):
- $ python connector.py -f tor-facilitator.bamsoftware.com 127.0.0.1:9001 :8888
+ $ python connector.py -f tor-facilitator.bamsoftware.com :9001 :8888
2. Run Tor using the included torrc file.
$ tor -f flashproxy/torrc
More information about the tor-commits
mailing list