mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Add necessary config option to ensure it listens on Tor, and also give correct
Tor control port.
This commit is contained in:
parent
b1f5201ef2
commit
13e9f88309
@ -294,7 +294,8 @@ def tor_introducer(reactor, temp_dir, flog_gatherer, request):
|
||||
request,
|
||||
(
|
||||
'create-introducer',
|
||||
'--tor-control-port', 'tcp:localhost:8010',
|
||||
'--tor-control-port', 'tcp:localhost:8007',
|
||||
'--hide-ip',
|
||||
'--listen=tor',
|
||||
intro_dir,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user