[flashproxy/master] Add ptclient shell script to run a managed transport from the command line.

30 Jan
2013
30 Jan
'13
5:11 a.m.
commit 8101833b81fdf42bb0a6f4dc33891059e365807a Author: David Fifield <david@bamsoftware.com> Date: Sun Nov 11 20:15:37 2012 -0800 Add ptclient shell script to run a managed transport from the command line. ./ptclient ./websocket-client --socks=:5000 --- websocket-transport/ptclient | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/websocket-transport/ptclient b/websocket-transport/ptclient new file mode 100755 index 0000000..578c4ba --- /dev/null +++ b/websocket-transport/ptclient @@ -0,0 +1,8 @@ +#!/bin/sh + +# Fakes a Tor pluggable transports client environment. + +export TOR_PT_MANAGED_TRANSPORT_VER="1" +export TOR_PT_CLIENT_TRANSPORTS="*" + +exec $@
4508
Age (days ago)
4508
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org