added floodfill network visualization script

This commit is contained in:
Kevin Froman 2020-10-26 08:32:36 +00:00
parent f80d58e5b8
commit f7f4732789
2 changed files with 6 additions and 5 deletions

View file

@ -82,6 +82,7 @@ HashedControlPassword """ + str(password) + """
HiddenServiceNumIntroductionPoints 20
HiddenServiceMaxStreams 500
HiddenServiceMaxStreamsCloseCircuit 1
DisableNetwork 1
HiddenServicePort 80 """ + api_server_ip + """:""" + str(hs_port)
torrc_data = add_bridges(torrc_data)