Store opened port status per IP version
This commit is contained in:
parent
ce78e330d3
commit
447f5fd5c8
7 changed files with 65 additions and 36 deletions
|
@ -98,7 +98,7 @@ class UiWebsocketPlugin(object):
|
|||
# Add myself
|
||||
if site.settings["serving"]:
|
||||
peers_total += 1
|
||||
if site.connection_server.port_opened:
|
||||
if any(site.connection_server.port_opened.values()):
|
||||
connectable += 1
|
||||
if site.connection_server.tor_manager.start_onions:
|
||||
onion += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue