feat(app_proto_identify rename): 更名为glimpse_detector,适配stellar

This commit is contained in:
yangwei
2023-11-21 16:26:32 +08:00
committed by fumingwei
parent 4ffd8266c9
commit cddc581517
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ firewall_rpm_version:
firewall: firewall-3.0.7.bbd3331
gtp_signaling_plug: gtp_signaling_plug-2.0.0.3f233d7
radius_collect_plug: radius_collect_plug-2.0.11.47a51f3
app_proto_identify: app_proto_identify-2.1.10.222e48e
glimpse_detector: glimpse_detector-3.0.0.7f9c4f4
app_proto_engine: app_proto_engine-3.0.2.585490a
tsg_ddos_sketch: tsg_ddos_sketch-1.3.5.447bcc2
dns: dns-2.1.7.1da8dfa

View File

@@ -6,9 +6,9 @@ exit = "session_flags_plugin_exit"
{{- end }}
[[plugin]]
path = "./stellar_plugin/app_proto_identify.so"
init = "APP_L7_PROTOCOL_INIT"
exit = "APP_L7_PROTOCOL_DESTROY"
path = "./stellar_plugin/glimpse_detector.so"
init = "APP_GLIMPSE_DETECTOR_INIT"
exit = "APP_GLIMPSE_DETECTOR_DESTROY"
[[plugin]]
path = "./plug/business/firewall/firewall.so"