Changes between Initial Version and Version 3 of Ticket #1947
- Timestamp:
- 2013-04-19T20:32:42Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1947 – Description
initial v3 1 1 I just found out that clients advertise their IP to the introducer! 2 2 3 Storage servers on a hidden service grid will set their `tub.location` to their .onion address and send that instead, but clients do not need to be connected to so they don't have their own hidden services and won't set `tub.location`. 3 Storage servers on a hidden service grid will set their `tub.location` to their .onion address and send that instead, but clients do not need to be connected to so they don't have their own hidden services and won't set `tub.location`. (edit: unless they do set it to an unreachable address, which `configuration.rst` actually does say Tor clients should do, I realized after submitting this ticket.) 4 4 5 I've been running a hidden service grid for a while and just now realized (via the screenshots in [https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1931#comment:17 this comment]) that the introducer has a list of clients. I have not yet restarted my introducer to confirm that Tor clients are listing their IPs there, but I don't see why they wouldn't be since they don't have `tub.location` set.5 I've been running a hidden service grid for a while and just now realized (via the screenshots in [https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1931#comment:17 this comment]) that the introducer has a list of clients. I have not yet restarted my introducer to enable its wui to confirm that Tor clients are listing their IPs there, but I don't see why they wouldn't be since they don't have `tub.location` set. 6 6 7 7 Is there any reason clients need to tell the introducer their addresses at all?