Commit 169e44ac authored by David Fifield's avatar David Fifield
Browse files

Add ptclient shell script to run a managed transport from the command line.

./ptclient ./websocket-client --socks=:5000
parent f7e5ef2e
Loading
Loading
Loading
Loading

ptclient

0 → 100755
+8 −0
Original line number Diff line number Diff line
#!/bin/sh

# Fakes a Tor pluggable transports client environment.

export TOR_PT_MANAGED_TRANSPORT_VER="1"
export TOR_PT_CLIENT_TRANSPORTS="*"

exec $@