note about port selection

This commit is contained in:
Jean-Paul Calderone
2023-04-25 09:26:58 -04:00
parent 73d9a4cd3b
commit 3d2e4d0798

View File

@ -289,6 +289,8 @@ def tor_introducer(reactor, temp_dir, flog_gatherer, request):
request, request,
( (
'create-introducer', 'create-introducer',
# The control port should agree with the configuration of the
# Tor network we bootstrap with chutney.
'--tor-control-port', 'tcp:localhost:8007', '--tor-control-port', 'tcp:localhost:8007',
'--hide-ip', '--hide-ip',
'--listen=tor', '--listen=tor',