Add necessary config option to ensure it listens on Tor, and also give correct

Tor control port.
This commit is contained in:
Itamar Turner-Trauring 2023-04-07 15:23:20 -04:00
parent b1f5201ef2
commit 13e9f88309

View File

@ -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,
),