From 453574141e3b77ed9fff6bd0f2b6470e7249ffaa Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 3 Sep 2016 11:59:18 +1200 Subject: [PATCH 1/2] Minor format fix --- docs/anonymity-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/anonymity-configuration.rst b/docs/anonymity-configuration.rst index b37766f43..49f691583 100644 --- a/docs/anonymity-configuration.rst +++ b/docs/anonymity-configuration.rst @@ -237,7 +237,7 @@ Server anonymity, manual configuration To configure a server node to listen on an anonymizing network, we must first configure Tor to run an "Onion Service", and route inbound connections to the -local Tahoe port. Then we configure Tahoe to advertise the ``.onion` address +local Tahoe port. Then we configure Tahoe to advertise the ``.onion`` address to clients. We also configure Tahoe to not make direct TCP connections. * Decide on a local listening port number, named PORT. This can be any unused From af6cb47390f35c43a41a9d01a1dbfeb9e1b3199d Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 3 Sep 2016 12:05:08 +1200 Subject: [PATCH 2/2] Explain how to install the tor and i2p extras together --- docs/anonymity-configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/anonymity-configuration.rst b/docs/anonymity-configuration.rst index 49f691583..0b810068e 100644 --- a/docs/anonymity-configuration.rst +++ b/docs/anonymity-configuration.rst @@ -149,6 +149,15 @@ no special Tahoe-side supporting libraries. pip install tahoe-lafs[i2p] +Both Tor and I2P +---------------- + +Clients who wish to connect to both Tor- and I2P-based servers must install +all of the above. In particular, Tahoe-LAFS must be installed with both +extras enabled:: + + pip install tahoe-lafs[tor,i2p] + Connection configuration