Commit Graph

6 Commits

Author SHA1 Message Date
世界
5f7d49ca5a Recover from bbolt panics on corrupted database
When bbolt encounters corrupted page data at runtime, it panics
instead of returning an error. Wrap all DB transactions with
recover to catch these panics, delete the corrupted database
file, and reopen a fresh one.
2026-02-06 19:35:32 +08:00
世界
4634c14516 Add rejected DNS response cache support 2024-05-21 15:12:03 +08:00
dyhkwong
142f476c83 Fix fake-ip mapping 2024-04-29 11:58:20 +08:00
世界
2dcc6fff6d Fix timer usage 2024-04-08 11:45:00 +08:00
世界
cc0d17c2ec Add rule-set 2024-01-03 12:21:36 +08:00
世界
8b8c501c33 Migrate to independent cache file 2024-01-03 12:21:36 +08:00