[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2820: --hide-ip should turn on connections tcp=tor

Tahoe-LAFS trac at tahoe-lafs.org
Sat Sep 3 19:00:01 UTC 2016


#2820: --hide-ip should turn on connections tcp=tor
----------------------------+------------------------
 Reporter:  warner          |          Owner:  warner
     Type:  enhancement     |         Status:  new
 Priority:  normal          |      Milestone:  1.12.0
Component:  code-nodeadmin  |        Version:  1.11.0
 Keywords:  anonymity tor   |  Launchpad Bug:
----------------------------+------------------------
 While manually testing tor-based client setup, I hit an extra step that I
 thought could be removed. While we've defined the `[node] reveal-IP-
 address = false` setting to be purely a safety flag (the only thing it can
 do is hit the brakes on node startup), I think it might be ok to have the
 `--hide-ip` CLI argument be more active.

 In particular, I think I'd like `--hide-ip` to cause *two* things to
 happen:

 * set `[node] reveal-IP-address = false`
 * add `[connections] tcp = tor`

 The reasoning is that:

 * with reveal=false, the default `tcp = tcp` will be rejected
 * the only other legitimate value is `tcp = tor` (we might add `tcp =
 none` at some point, but that'll be strictly less functional than tor)

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2820>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list