mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-16 14:28:12 +00:00
Pass the correct arguments in.
This commit is contained in:
@ -214,7 +214,7 @@ def tor_introducer(reactor, temp_dir, flog_gatherer, request):
|
|||||||
config = read_config(intro_dir, "tub.port")
|
config = read_config(intro_dir, "tub.port")
|
||||||
config.set_config("node", "nickname", "introducer-tor")
|
config.set_config("node", "nickname", "introducer-tor")
|
||||||
config.set_config("node", "web.port", "4561")
|
config.set_config("node", "web.port", "4561")
|
||||||
config.set_config("node", "log_gatherer.furl", flog_gatherer)
|
config.set_config("node", "log_gatherer.furl", flog_gatherer.furl)
|
||||||
|
|
||||||
# "tahoe run" is consistent across Linux/macOS/Windows, unlike the old
|
# "tahoe run" is consistent across Linux/macOS/Windows, unlike the old
|
||||||
# "start" command.
|
# "start" command.
|
||||||
|
@ -128,7 +128,7 @@ def _create_anonymous_node(reactor, name, control_port, request, temp_dir, flog_
|
|||||||
|
|
||||||
# Which services should this client connect to?
|
# Which services should this client connect to?
|
||||||
write_introducer(node_dir, "default", introducer_furl)
|
write_introducer(node_dir, "default", introducer_furl)
|
||||||
util.basic_node_configuration(request, flog_gatherer, node_dir.path)
|
util.basic_node_configuration(request, flog_gatherer.furl, node_dir.path)
|
||||||
|
|
||||||
config = read_config(node_dir.path, "tub.port")
|
config = read_config(node_dir.path, "tub.port")
|
||||||
config.set_config("tor", "onion", "true")
|
config.set_config("tor", "onion", "true")
|
||||||
|
Reference in New Issue
Block a user