From 130e9de5e9668e7d612d6754286cb160ec81a62d Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 2 Nov 2020 02:09:52 +0000 Subject: [PATCH] remove disablenetwork for now --- src/netcontroller/torcontrol/gentorrc.py | 1 - static-data/www/onboarding/index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/netcontroller/torcontrol/gentorrc.py b/src/netcontroller/torcontrol/gentorrc.py index 42693479..d1dc8749 100644 --- a/src/netcontroller/torcontrol/gentorrc.py +++ b/src/netcontroller/torcontrol/gentorrc.py @@ -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) diff --git a/static-data/www/onboarding/index.html b/static-data/www/onboarding/index.html index 04a7f795..35839e78 100644 --- a/static-data/www/onboarding/index.html +++ b/static-data/www/onboarding/index.html @@ -159,7 +159,7 @@
- +