Changes between Version 34 and Version 47 of Ticket #1010
- Timestamp:
- 2014-09-04T23:36:00Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1010
- Property Keywords i2p-collab i2p tor added
- Property Summary changed from use only 127.0.0.1 as local address to anonymous client mode
-
Ticket #1010 – Description
v34 v47 1 For the anonymous network use case (such as [http://www.i2p2.de/ I2P] ), we want to only use `127.0.0.1` as loopback address. Right now Tahoe discovers all local addresses through various strategies and discloses them to (atleast) the introducer.1 For the anonymous network use case (such as [http://www.i2p2.de/ I2P] and [https://www.torproject.org/ Tor]), we want to only use `127.0.0.1` as loopback address. Right now Tahoe discovers all local addresses through various strategies and discloses them to (at least) the introducer. 2 2 3 3 For I2P we have introduced the configuration option `anonymize_local_addresses` (which we consider renaming to `tub.anonymize`) to disable this lookup.