去掉r0的hook,增加IP屏蔽记录

This commit is contained in:
huoji
2023-11-17 04:06:33 +08:00
parent 49904f5cb5
commit 6bac06d28a
41 changed files with 270150 additions and 48 deletions

View File

@@ -1,6 +1,9 @@
#include "head.h"
auto main() -> int {
global::ip_blacklist_db = new IpBlacklistDB("ip_blacklist.db");
global::ip_blacklist_db->createTable();
if (client_msg::init()) {
client_msg::dispath_kernel_msg();
}