repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix spacing for --with-dmalloc
[tor.git]
/
contrib
/
torify.in
blob
f9162a19fea0fa2f44c18dea8af30f48c28f2391
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
5
TSOCKS_CONF_FILE
=
@CONFDIR@
/
tor-tsocks.conf
6
export
TSOCKS_CONF_FILE
7
exec
tsocks
"$@"