This commit is contained in:
zhangzhihan
2020-09-23 14:56:28 +08:00
parent c84cf9fa02
commit 92ed83217a

View File

@@ -10,7 +10,9 @@
#./plug/platform/http_healthcheck/http_healthcheck.inf
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if tsg_app_enable == 1 %}
./plug/platform/app_master/app_master.inf
{% endif %}
[protocol]
./plug/protocol/ssl/ssl.inf
@@ -30,5 +32,8 @@
./plug/business/fw_quic_plug/fw_quic_plug.inf
./plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
./plug/business/capture_packet_plug/capture_packet_plug.inf
{% if tsg_app_enable == 1 %}
./plug/business/app_sketch_local/app_sketch_local.inf
./plug/business/app_control_plug/app_control_plug.inf
./plug/business/app_proto_identify/app_proto_identify.inf
{% endif %}