mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
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:
|
||||
self.log.debug("Start onions")
|
||||
self.start_onions = True
|
||||
self.getOnion("global")
|
||||
|
||||
# Get new exit node ip
|
||||
def resetCircuits(self):
|
||||
|
|
Loading…
Reference in a new issue