Only start onions in passive mode
This commit is contained in:
parent
0e13fbf5dc
commit
17ddbd8b32
1 changed files with 3 additions and 2 deletions
|
@ -185,6 +185,7 @@ class FileServer(ConnectionServer):
|
|||
gevent.spawn(self.checkSite, site, check_files)
|
||||
|
||||
self.openport()
|
||||
if self.port_opened is False:
|
||||
self.tor_manager.startOnions()
|
||||
|
||||
if not sites_checking:
|
||||
|
|
Loading…
Reference in a new issue