This commit is contained in:
sushen339
2025-11-18 12:54:21 +08:00
parent 57ecd5ab17
commit 43fc123cb4
25 changed files with 2978 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef STATS_H
#define STATS_H
#include "common.h"
/* 显示完整统计信息 */
void show_statistics(void);
/* 显示活跃封禁列表 */
void show_active_bans(void);
/* 显示国家统计 */
void show_country_stats(void);
/* 显示IP段聚合统计 */
void show_subnet_aggregation(void);
#endif /* STATS_H */