From 153d198a4db6eb762be557a10f2d69cb50df9004 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 17 Feb 2004 00:50:57 +0000 Subject: Make the filename used in the script match the one we use. svn:r1066 --- contrib/tor-tsocks.conf | 7 +++++++ contrib/torify | 2 +- contrib/tsocks-tor.conf | 7 ------- 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 contrib/tor-tsocks.conf delete mode 100644 contrib/tsocks-tor.conf (limited to 'contrib') diff --git a/contrib/tor-tsocks.conf b/contrib/tor-tsocks.conf new file mode 100644 index 0000000000..b3293969f7 --- /dev/null +++ b/contrib/tor-tsocks.conf @@ -0,0 +1,7 @@ +# This is the configuration for libtsocks (transparent socks) for use +# with tor, which is providing a socks server on port 9050 by default. +# +# See tsocks.conf(5) and torify(1) manpages. + +server = 127.0.0.1 +server_port = 9050 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 "$@" diff --git a/contrib/tsocks-tor.conf b/contrib/tsocks-tor.conf deleted file mode 100644 index b3293969f7..0000000000 --- a/contrib/tsocks-tor.conf +++ /dev/null @@ -1,7 +0,0 @@ -# This is the configuration for libtsocks (transparent socks) for use -# with tor, which is providing a socks server on port 9050 by default. -# -# See tsocks.conf(5) and torify(1) manpages. - -server = 127.0.0.1 -server_port = 9050 -- cgit v1.2.3-54-g00ecf