Implement I2P connections
This commit is contained in:
parent
6840b80c7b
commit
a0cb3a430c
4 changed files with 81 additions and 18 deletions
|
@ -191,6 +191,7 @@ class FileServer(ConnectionServer):
|
|||
self.openport()
|
||||
if self.port_opened is False:
|
||||
self.tor_manager.startOnions()
|
||||
self.i2p_manager.startDests()
|
||||
|
||||
if not sites_checking:
|
||||
for address, site in self.sites.items(): # Check sites integrity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue