增加城市/ISP查询接口;WAF增加国家/地区、省份、城市、ISP等参数

This commit is contained in:
GoEdgeLab
2022-01-06 16:24:33 +08:00
parent bf650cc383
commit fe46041dbb
12 changed files with 1174 additions and 91 deletions

View File

@@ -12,7 +12,7 @@ func NewKeyValue(name string, value string) *KeyValue {
}
}
// check point definition
// HTTPFirewallCheckpointDefinition check point definition
type HTTPFirewallCheckpointDefinition struct {
Name string `json:"name"` // 名称
Description string `json:"description"` // 描述