TSG-16295: 在provision和clixon中增加是否生成JA3指纹的开关

This commit is contained in:
linxin
2023-07-24 16:43:10 +08:00
committed by 付明卫
parent e4c49d67ff
commit 95be2f533e
2 changed files with 6 additions and 0 deletions

View File

@@ -92,6 +92,11 @@ SHAPING_SID={{ .Values.sid.shaping }}
{{- if eq .Values.proxy.enable .Values.define_enable_val_yes }}
PROXY_SID={{ .Values.sid.proxy }}
{{- end }}
{{- if eq .Values.decoders.SSL_JA3 .Values.define_enable_val_yes }}
GENERATE_JA3_FINGERPRINT=1
{{- else }}
GENERATE_JA3_FINGERPRINT=0
{{- end }}
[FIREWALL]
CYCLE=30

View File

@@ -166,6 +166,7 @@ decoders:
FTP: yes
SSL: yes
SSL_CERT: yes
SSL_JA3: yes
RTP: yes
SIP: yes
SSH: yes