Feat/dashboard improvements (#55)
* fixed external ip resoultion * added dashboard logic division, filtering capabilities, geoip map, attacker stats * refactor: replace print statements with applogger for error logging in DatabaseManager * feat: add click listeners for IP cells in dashboard tables to fetch and display stats --------- Co-authored-by: BlessedRebuS <patrick.difa@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c7fe588bc4
commit
130e81ad64
@@ -100,8 +100,6 @@ class Config:
|
||||
|
||||
self._server_ip = ip
|
||||
self._server_ip_cache_time = current_time
|
||||
|
||||
get_app_logger().info(f"Server external IP detected: {ip}")
|
||||
return ip
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user