MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / startOnions

Method startOnions

src/Tor/TorManager.py:189–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

187 self.conn = None
188
189 def startOnions(self):
190 if self.enabled:
191 self.log.debug("Start onions")
192 self.start_onions = True
193 self.getOnion("global")
194
195 # Get new exit node ip
196 def resetCircuits(self):

Callers 2

tor_managerFunction · 0.95
checkSitesMethod · 0.80

Calls 1

getOnionMethod · 0.95

Tested by 1

tor_managerFunction · 0.76