Merge branch 'dev' into feature/xray-user-management
This commit is contained in:
commit
9ecdcc7e0a
559 changed files with 23114 additions and 10385 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue