tor/contrib/torify
Peter Palfrader a9ec08e362 Add torify
svn:r1064
2004-02-17 00:46:59 +00:00

7 lines
212 B
Bash
Executable file

#! /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 "$@"