去掉r0的hook,增加IP屏蔽记录
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user