diff options
Diffstat (limited to 'contrib/torify')
-rwxr-xr-x | contrib/torify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torify b/contrib/torify index fd88545245..733cffc8f8 100755 --- a/contrib/torify +++ b/contrib/torify @@ -2,6 +2,6 @@ # Wrapper script for use of the tsocks(8) transparent socksification library # See the tsocks(1) and torify(1) manpages. -TSOCKS_CONF_FILE=/etc/tor/tsocks.conf +TSOCKS_CONF_FILE=/etc/tor/tor-tsocks.conf export TSOCKS_CONF_FILE exec tsocks "$@" |