WAF增加包含任一字符串、包含所有字符串操作符

This commit is contained in:
刘祥超
2023-01-06 20:07:15 +08:00
parent 8a8881ac47
commit a17878f5b2
5 changed files with 74 additions and 10 deletions

View File

@@ -3,5 +3,5 @@
package values
func ParseIPList(v string) *StringList {
return ParseStringList(v)
return ParseStringList(v, false)
}