请求变量增加${cname},WAF checkpoint增加cname和isCNAME

This commit is contained in:
GoEdgeLab
2022-11-16 15:01:00 +08:00
parent 17c53d8b38
commit 6260a38378
3 changed files with 17 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ type HTTPFirewallCheckpointDefinition struct {
Options []OptionInterface `json:"options"` // 选项
IsComposed bool `json:"isComposed"` // 是否为组合的checkpoint
Priority int `json:"priority"` // 优先级
DataType string `json:"dataType"` // 数据类型number, bool等
}