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 $@ 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 $@