Skip to content

Commit

Permalink
Set up HS for global at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Mar 14, 2018
1 parent 4083e55 commit 89beb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tor/TorManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def startOnions(self):
if self.enabled:
self.log.debug("Start onions")
self.start_onions = True
self.getOnion("global")

# Get new exit node ip
def resetCircuits(self):
Expand Down

0 comments on commit 89beb12

Please sign in to comment.