mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-25 06:26:34 +08:00
WAF增加包含任一字符串、包含所有字符串操作符
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
package values
|
||||
|
||||
func ParseIPList(v string) *StringList {
|
||||
return ParseStringList(v)
|
||||
return ParseStringList(v, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user