测试一天未发现BUG,发布最新BIN

This commit is contained in:
aixiao 2025-01-22 11:19:50 +08:00
parent 54fa8d80b2
commit bad3a9d45f
2 changed files with 1 additions and 0 deletions

BIN
denyip

Binary file not shown.

View File

@ -269,6 +269,7 @@ func runMainProcess() { // 主进程逻辑
ProcessedIPMap[ipStr] = ""
ProcessedMutex.Unlock()
// 写入json文件
if err := saveMapToFile("cn.json"); err != nil {
log.Printf("实时保存 Map 失败: %v", err)
}