Merge branch 'dev' into feature/xray-user-management

This commit is contained in:
aiamnezia 2024-10-26 06:01:51 +04:00
commit 9ecdcc7e0a
559 changed files with 23114 additions and 10385 deletions

View file

@ -17,7 +17,8 @@ public:
CreationDateRole,
LatestHandshakeRole,
DataReceivedRole,
DataSentRole
DataSentRole,
AllowedIpsRole
};
struct WgShowData
@ -26,6 +27,7 @@ public:
QString latestHandshake;
QString dataReceived;
QString dataSent;
QString allowedIps;
};
ClientManagementModel(std::shared_ptr<Settings> settings, QObject *parent = nullptr);