Set up HS for global at startup
This commit is contained in:
parent
4083e552fd
commit
89beb12d59
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ class TorManager(object):
|
||||||
if self.enabled:
|
if self.enabled:
|
||||||
self.log.debug("Start onions")
|
self.log.debug("Start onions")
|
||||||
self.start_onions = True
|
self.start_onions = True
|
||||||
|
self.getOnion("global")
|
||||||
|
|
||||||
# Get new exit node ip
|
# Get new exit node ip
|
||||||
def resetCircuits(self):
|
def resetCircuits(self):
|
||||||
|
|
Loading…
Reference in a new issue