[tor-commits] [flashproxy/master] Use --external in exercise.sh.

dcf at torproject.org dcf at torproject.org
Sun Nov 11 00:07:16 UTC 2012


commit 8b1ad7a0cc2703d823960835ae99f6548ff0d5d5
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Nov 10 16:06:05 2012 -0800

    Use --external in exercise.sh.
---
 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 24c1342..0bc49c0 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 ":$LOCAL_PORT" ":$REMOTE_PORT" &
+./flashproxy-client --external --register ":$LOCAL_PORT" ":$REMOTE_PORT" &
 PIDS_TO_KILL+=($!)
 
 sleep 20



More information about the tor-commits mailing list