feature:TSG-18563:新增firewall SEND_DNS_RR_SWITCH配置项
This commit is contained in:
@@ -22,6 +22,11 @@ SEND_APP_ID_SWITCH=1
|
||||
{{- else }}
|
||||
SEND_APP_ID_SWITCH=0
|
||||
{{- end }}
|
||||
{{- if eq .Values.firewall.logs.contains_dns_resource_record.enable .Values.define_enable_val_yes }}
|
||||
SEND_DNS_RR_SWITCH=1
|
||||
{{- else }}
|
||||
SEND_DNS_RR_SWITCH=0
|
||||
{{- end }}
|
||||
SEND_INTERCEPT_LOG=1
|
||||
TCP_MIN_PKTS=3
|
||||
TCP_MIN_BYTES=5
|
||||
|
||||
Reference in New Issue
Block a user