mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 09:15:32 +00:00
note about port selection
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user