mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
Add legacy torsocks usage
This commit is contained in:
parent
9a6fe0edbd
commit
5859a17efc
31
docs/tor.rst
31
docs/tor.rst
@ -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
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user