mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
no more reveal_ip
This commit is contained in:
parent
d8b432700e
commit
4f2d45626c
@ -214,10 +214,9 @@ def create_client_from_config(basedir, config):
|
||||
|
||||
i2p_provider = None
|
||||
tor_provider = None
|
||||
reveal_ip = True # XXX FIXME
|
||||
main_tub, is_listening = create_main_tub(
|
||||
basedir, config, tub_options, default_connection_handlers,
|
||||
foolscap_connection_handlers, reveal_ip=reveal_ip,
|
||||
foolscap_connection_handlers,
|
||||
)
|
||||
control_tub = create_control_tub()
|
||||
return defer.succeed(
|
||||
|
Loading…
Reference in New Issue
Block a user