[tor-commits] [flashproxy/master] 127.0.0.1 no longer needed in flashproxy-exercise.

dcf at torproject.org dcf at torproject.org
Sun Sep 23 23:19:05 UTC 2012


commit 71123ed7c7ce22b2a0a92e6d01e4ab469c786668
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Sep 23 16:18:32 2012 -0700

    127.0.0.1 no longer needed in flashproxy-exercise.
---
 experiments/exercise/exercise.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/experiments/exercise/exercise.sh b/experiments/exercise/exercise.sh
index 8cfd5b3..24c1342 100755
--- a/experiments/exercise/exercise.sh
+++ b/experiments/exercise/exercise.sh
@@ -21,7 +21,7 @@ trap stop EXIT
 date
  
 cd "$FLASHPROXY_DIR"
-./flashproxy-client --register "127.0.0.1:$LOCAL_PORT" ":$REMOTE_PORT" &
+./flashproxy-client --register ":$LOCAL_PORT" ":$REMOTE_PORT" &
 PIDS_TO_KILL+=($!)
 
 sleep 20



More information about the tor-commits mailing list