diff --git a/denyip b/denyip index 6eb66b5..d9987af 100644 Binary files a/denyip and b/denyip differ diff --git a/main.go b/main.go index 73826ae..4490f95 100644 --- a/main.go +++ b/main.go @@ -269,6 +269,7 @@ func runMainProcess() { // 主进程逻辑 ProcessedIPMap[ipStr] = "" ProcessedMutex.Unlock() + // 写入json文件 if err := saveMapToFile("cn.json"); err != nil { log.Printf("实时保存 Map 失败: %v", err) }