diff --git a/blockip/bip b/blockip/bip index e18a059..2f4eca8 100644 Binary files a/blockip/bip and b/blockip/bip differ diff --git a/blockip/src/stats.c b/blockip/src/stats.c index d2b21e5..06c2d8a 100644 --- a/blockip/src/stats.c +++ b/blockip/src/stats.c @@ -96,7 +96,7 @@ static inline bool is_agg_replaced(void *agg_array, int agg_count, int idx) { } void show_subnet_aggregation(void) { - msg(C_CYAN, "=== 📊 攻击源聚合统计 (自动识别 IP 段) ==="); + msg(C_CYAN, "=== 📊 攻击源聚合统计 (IP 段归类) ==="); FILE *fp = fopen(PERSIST_FILE, "r"); if (!fp) {