9140增加wannat模块.

This commit is contained in:
lijia
2021-08-10 16:07:34 +08:00
parent 87b6264174
commit 6a1d44d9ed
3 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
[platform]
{% raw %}{% if connsketch.enable == 1 %}
{% raw %}{% if wannat.enable == 1 %}
./plug/platform/wannat/wangw.inf
./plug/platform/wire_graft/wire_graft.inf
{% endif %}
{% if connsketch.enable == 1 %}
./plug/platform/app_proto_identify/app_proto_identify.inf
{% endif %}
./plug/platform/tsg_master/tsg_master.inf

View File

@@ -46,6 +46,9 @@ connsketch:
capturepacket:
enable: 0/1
wannat:
enable: 0/1
ddossketch:
enable: 0/1

View File

@@ -69,4 +69,6 @@
- {role: tsg-diagnose, tags: tsg-diagnose}
- {role: tsg-exporter-proxy-9140, tags: tsg-exporter-proxy-9140}
- {role: system-init-9140, tags: system-init-9140}
- {role: system-init, tags: system-init}
- {role: system-init, tags: system-init}
- {role: wannat_wangw, tags: wannat_wangw}
- {role: wire_graft, tags: wire_graft}