]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add legacy torsocks usage
authorDavid Stainton <dstainton415@gmail.com>
Mon, 1 Sep 2014 18:42:54 +0000 (18:42 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Sat, 22 Aug 2015 12:13:18 +0000 (13:13 +0100)
docs/tor.rst

index 86a6a2361734d140b0fb4632f8b48008015bc7be..b409386dd9fa8a406f8a93f65a795ea7ea94959c 100644 (file)
@@ -9,7 +9,7 @@ Using Tahoe-LAFS with Tor
 3.  `Software Dependencies`_
 4.  `Configuration`_
 5.  `Performance and security issues of Tor Hidden Services`_
-
+6.  `Torsocks: the old way of configuring Tahoe-LAFS to use Tor`_
 
 Use cases
 =========
@@ -200,3 +200,32 @@ Tor Hidden Service, as compared to if you upload or download files
 over Tor to a publicly traceable TCP/IP server.
 
 
+
+Torsocks: the old way of configuring Tahoe-LAFS to use Tor
+==========================================================
+
+Before the native Tor integration for Tahoe-LAFS, users would use Torsocks.
+Please see these pages for more information about Torsocks::
+* https://code.google.com/p/torsocks/
+* https://trac.torproject.org/projects/tor/wiki/doc/torsocks
+* https://github.com/dgoulet/torsocks/
+
+
+Starting And Stopping
+---------------------
+
+Assuming you have your Tahoe-LAFS node directory placed in **~/.tahoe**,
+use Torsocks to start Tahoe like this:
+   usewithtor tahoe start
+
+Likewise if restarting, then with Torsocks like this::
+   usewithtor tahoe restart
+
+After Tahoe is started, additional Tahoe commandline commands will not
+need to be executed with Torsocks because the Tahoe gateway long running
+process handles all the network connectivity.
+
+
+Configuration
+-------------
+