diff options
Diffstat (limited to 'contrib/torify')
-rwxr-xr-x | contrib/torify | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/torify b/contrib/torify new file mode 100755 index 000000000..fd8854524 --- /dev/null +++ b/contrib/torify @@ -0,0 +1,7 @@ +#! /bin/sh +# Wrapper script for use of the tsocks(8) transparent socksification library +# See the tsocks(1) and torify(1) manpages. + +TSOCKS_CONF_FILE=/etc/tor/tsocks.conf +export TSOCKS_CONF_FILE +exec tsocks "$@" |