aboutsummaryrefslogtreecommitdiff
path: root/contrib/torify.in
blob: f9162a19fea0fa2f44c18dea8af30f48c28f2391 (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=@CONFDIR@/tor-tsocks.conf
export TSOCKS_CONF_FILE
exec tsocks "$@"