mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 06:21:55 +01:00
7 lines
217 B
Bash
Executable file
7 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 "$@"
|