mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
ee49ce66b6
svn:r1079
8 lines
217 B
Bash
Executable File
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 "$@"
|