2020-01-08 20:02:59 +08:00
|
|
|
[platform]
|
2020-04-26 02:06:47 +08:00
|
|
|
{% if tsg_access_type == 1 %}
|
2020-01-08 20:02:59 +08:00
|
|
|
./plug/platform/g_device_plug/g_device_plug.inf
|
2020-04-29 14:59:53 +08:00
|
|
|
#./plug/platform/http_healthcheck/http_healthcheck.inf
|
|
|
|
|
{% elif tsg_access_type == 2 %}
|
|
|
|
|
#./plug/platform/g_device_plug/g_device_plug.inf
|
|
|
|
|
./plug/platform/http_healthcheck/http_healthcheck.inf
|
2020-04-26 02:06:47 +08:00
|
|
|
{% else %}
|
|
|
|
|
#./plug/platform/g_device_plug/g_device_plug.inf
|
2020-04-29 14:59:53 +08:00
|
|
|
#./plug/platform/http_healthcheck/http_healthcheck.inf
|
2020-04-26 02:06:47 +08:00
|
|
|
{% endif %}
|
2020-01-08 20:02:59 +08:00
|
|
|
./plug/platform/tsg_master/tsg_master.inf
|
2020-09-23 14:56:28 +08:00
|
|
|
{% if tsg_app_enable == 1 %}
|
2020-10-19 21:56:57 +08:00
|
|
|
./plug/platform/app_proto_identify/app_proto_identify.inf
|
2020-09-21 18:33:10 +08:00
|
|
|
./plug/platform/app_master/app_master.inf
|
2020-09-23 14:56:28 +08:00
|
|
|
{% endif %}
|
2020-01-08 20:02:59 +08:00
|
|
|
|
|
|
|
|
[protocol]
|
|
|
|
|
./plug/protocol/ssl/ssl.inf
|
|
|
|
|
./plug/protocol/http/http.inf
|
|
|
|
|
./plug/protocol/dns/dns.inf
|
|
|
|
|
./plug/protocol/mail/mail.inf
|
|
|
|
|
./plug/protocol/ftp/ftp.inf
|
2020-09-03 20:20:04 +08:00
|
|
|
./plug/protocol/quic/quic.inf
|
2020-01-08 20:02:59 +08:00
|
|
|
|
|
|
|
|
[business]
|
|
|
|
|
./plug/business/kni/kni.inf
|
2020-05-07 20:50:17 +08:00
|
|
|
./plug/business/fw_ssl_plug/fw_ssl_plug.inf
|
2020-01-08 20:02:59 +08:00
|
|
|
./plug/business/fw_http_plug/fw_http_plug.inf
|
|
|
|
|
./plug/business/fw_dns_plug/fw_dns_plug.inf
|
|
|
|
|
./plug/business/fw_mail_plug/fw_mail_plug.inf
|
|
|
|
|
./plug/business/fw_ftp_plug/fw_ftp_plug.inf
|
2020-07-24 16:06:23 +08:00
|
|
|
./plug/business/fw_quic_plug/fw_quic_plug.inf
|
|
|
|
|
./plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
|
2020-04-26 02:06:47 +08:00
|
|
|
./plug/business/capture_packet_plug/capture_packet_plug.inf
|
2020-09-23 14:56:28 +08:00
|
|
|
{% if tsg_app_enable == 1 %}
|
2020-09-21 18:33:10 +08:00
|
|
|
./plug/business/app_sketch_local/app_sketch_local.inf
|
|
|
|
|
./plug/business/app_control_plug/app_control_plug.inf
|
2020-09-23 14:56:28 +08:00
|
|
|
{% endif %}
|