remove disablenetwork for now

This commit is contained in:
Kevin Froman 2020-11-02 02:09:52 +00:00
parent f0cd2fb2b9
commit 130e9de5e9
2 changed files with 1 additions and 2 deletions

View file

@ -82,7 +82,6 @@ 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)