Minor corrections of index and indention

This commit is contained in:
David Stainton 2014-08-31 23:03:40 +00:00 committed by Brian Warner
parent 856f4ce266
commit 9a6fe0edbd

View File

@ -7,9 +7,8 @@ Using Tahoe-LAFS with Tor
1. `Use cases`_ 1. `Use cases`_
2. `Native Tor integration for Tahoe-LAFS`_ 2. `Native Tor integration for Tahoe-LAFS`_
3. `Software Dependencies`_ 3. `Software Dependencies`_
4. `Client Configuration`_ 4. `Configuration`_
5. `Storage Server Configuration`_ 5. `Performance and security issues of Tor Hidden Services`_
6. `Performance and security issues of Tor Hidden Services`_
Use cases Use cases
@ -94,9 +93,8 @@ Software Dependencies
pip install txtorcon pip install txtorcon
Once these software dependencies are installed and the Tahoe-LAFS node Once these software dependencies are installed and the Tahoe-LAFS node
is restarted, then no further configuration is necessary in order for is restarted, then no further configuration is necessary for "unsafe"
it to connect to other Tahoe-LAFS nodes via Tor (client use-case 2 from Tor connectivity to other Tahoe-LAFS nodes (client use-case 2 from `Use cases`_, above).
`Use cases`_, above).
In order to implement client use-case 3 or server use-cases 2 or 3, further In order to implement client use-case 3 or server use-cases 2 or 3, further
configuration is necessary. configuration is necessary.
@ -112,7 +110,7 @@ Configuration
1. Transform all non-Tor client endpoints into Tor client endpoints. 1. Transform all non-Tor client endpoints into Tor client endpoints.
2. Force ``tub.location`` to be set to "safe" values. 2. Force ``tub.location`` to be set to "safe" values.
This option is necessary to preserve the client's anonymity (client This option is **critical** to preserving the client's anonymity (client
use-case 3 from `Use cases`_, above). It is also necessary to use-case 3 from `Use cases`_, above). It is also necessary to
preserve a server's anonymity (server use-case 3). preserve a server's anonymity (server use-case 3).