Store detected external ips to separate variable

This commit is contained in:
shortcutme 2019-01-26 20:42:27 +01:00
parent 6662b4f047
commit f706f7508e
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
5 changed files with 10 additions and 8 deletions

View file

@ -67,7 +67,7 @@ class UiRequestPlugin(object):
# Memory
yield "rev%s | " % config.rev
yield "%s | " % config.ip_external
yield "%s | " % main.file_server.ip_external_list
yield "Port: %s | " % main.file_server.port
yield "IP Network: %s | " % main.file_server.supported_ip_types
yield "Opened: %s | " % main.file_server.port_opened