s/exit bugs/exit nodes/
[tor.git] / contrib / torify.in
blobf9162a19fea0fa2f44c18dea8af30f48c28f2391
1 #! /bin/sh
2 # Wrapper script for use of the tsocks(8) transparent socksification library
3 # See the tsocks(1) and torify(1) manpages.
5 TSOCKS_CONF_FILE=@CONFDIR@/tor-tsocks.conf
6 export TSOCKS_CONF_FILE
7 exec tsocks "$@"