Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_manager
Function · 0.95
checkSites
Method · 0.80
Calls
1
getOnion
Method · 0.95
Tested by
1
tor_manager
Function · 0.76