tor/contrib/torify.in
2004-02-17 04:28:48 +00:00

8 lines
217 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=@CONFDIR@/tor-tsocks.conf
export TSOCKS_CONF_FILE
exec tsocks "$@"