改进流量限制

This commit is contained in:
GoEdgeLab
2021-11-10 14:39:13 +08:00
parent 96a04b8d2c
commit 79da524d88
3 changed files with 29 additions and 12 deletions

View File

@@ -14,4 +14,5 @@ message ServerDailyStat {
int64 createdAt = 4;
int64 countAttackRequests = 8;
int64 attackBytes = 9;
bool checkTrafficLimiting = 10;
}