Selaa lähdekoodia

feat(config): 移除默认的防护器配置列表

- 删除了内置的默认防护器配置项
- 清理了无用的初始数据结构定义
- 简化了配置文件初始化逻辑
- 为动态加载配置铺平道路
mcbaiyun 2 kuukautta sitten
vanhempi
commit
6e801b13fc
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0 8
      protector_list.json

+ 0 - 8
protector_list.json

@@ -1,8 +0,0 @@
-[
-  {
-    "id": 1,
-    "target_ip": "10.8.7.2",
-    "src_port": 443,
-    "threshold": 20
-  }
-]