blob: 733cffc8f89b83201dd80496c37d294d6a7cb5fe (
plain)
1
2
3
4
5
6
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/tor-tsocks.conf
export TSOCKS_CONF_FILE
exec tsocks "$@"
|