Final Testing

This commit is contained in:
Donald Zou
2025-12-07 11:20:48 +08:00
parent d51815e0f7
commit f4f0ab27ef
99 changed files with 63 additions and 180 deletions

View File

@@ -93,8 +93,10 @@ def peerInformationBackgroundThread():
c.getPeersEndpoint()
c.getPeers()
if delay == 6:
c.logPeersTraffic()
c.logPeersHistoryEndpoint()
if c.configurationInfo.PeerTrafficTracking:
c.logPeersTraffic()
if c.configurationInfo.PeerHistoricalEndpointTracking:
c.logPeersHistoryEndpoint()
c.getRestrictedPeersList()
except Exception as e:
app.logger.error(f"[WGDashboard] Background Thread #1 Error", e)