tor/contrib/torify
2004-02-17 00:50:57 +00:00

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