[tahoe-lafs-trac-stream] [Tahoe-LAFS] #517: make tahoe Tor- and I2P-friendly
Tahoe-LAFS
trac at tahoe-lafs.org
Sun Dec 6 22:05:30 UTC 2015
#517: make tahoe Tor- and I2P-friendly
-------------------------+-------------------------------------------------
Reporter: warner | Owner: ioerror
Type: | Status: new
enhancement | Milestone: 1.10.3
Priority: minor | Version: 1.2.0
Component: code- | Keywords: privacy anonymity anti-censorship
network | i2p tor-protocol usability
Resolution: |
Launchpad Bug: |
-------------------------+-------------------------------------------------
Comment (by dawuud):
i've now gotten my socks client foolscap transport plugin to work with my
tahoe dev branch using these configuration settings:
```
[connections]
tor.socks_host = 127.0.0.1
tor.socks_port = 9050
tcp.socks_host = 127.0.0.1
tcp.socks_port = 9050
```
this is my dev branch:
https://github.com/david415/tahoe-lafs/tree/517.add-client-plugin-config.0
i've also added unit tests... to make sure the socks plugin is loaded
correctly
and that the port is converted from str to int etc.
my foolscap socks client plugin is in my dev branch here:
https://github.com/david415/foolscap/tree/tor-client-plugin.0
please review.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/517#comment:62>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list