tor/contrib/torify.in

8 lines
217 B
Plaintext
Raw Normal View History

2004-02-17 01:46:59 +01:00
#! /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
2004-02-17 01:46:59 +01:00
export TSOCKS_CONF_FILE
exec tsocks "$@"