torify.in 217 B

1234567
  1. #! /bin/sh
  2. # Wrapper script for use of the tsocks(8) transparent socksification library
  3. # See the tsocks(1) and torify(1) manpages.
  4. TSOCKS_CONF_FILE=@CONFDIR@/tor-tsocks.conf
  5. export TSOCKS_CONF_FILE
  6. exec tsocks "$@"