Changes between Initial Version and Version 1 of Ticket #517, comment 34


Ignore:
Timestamp:
2015-09-15T15:59:55Z (9 years ago)
Author:
warner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #517, comment 34

    initial v1  
    2323(We could make this stronger: require tub.location to only contain `tor:` or `i2p:` hints, require the hostnames in tub.location to end in `.onion` or `.i2p`, and maybe require the tcp.socks-proxy to point at 127.0.0.1 instead of some potentially-exterior host. But for now I think these two are sufficient)
    2424
    25 We'd like to allow tub.location to be empty. We need to make sure Foolscap can handle that (on both server and client sides), and then eventually we want `tahoe create-client` to leave tub.location and tub.port (meaning "don't listen at all").
     25We'd like to allow tub.location to be empty. We need to make sure Foolscap can handle that (on both server and client sides), and then eventually we want `tahoe create-client` to leave tub.location and tub.port empty (meaning "don't listen at all"). Note that this will be spelled `tub.location=` (empty string), and not `#tub.location=` (missing key), because the latter triggers the current default of "AUTO".
    2626
    2727For this first step, we'll just do the client side, and only in tahoe.cfg. This should be enough to: