Skip to content

Commit 02abd31

Browse files
authored
[Rules] Update operators.mdx
PCX-14884
1 parent 7524d6a commit 02abd31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/docs/ruleset-engine/rules-language/operators.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ lower(http.request.uri.path) contains "/wp-login.php"
189189
Wildcard matching is only supported with the `wildcard` and `strict wildcard` operators, and regular expression matching is only supported with the `matches` operator.
190190
:::
191191

192+
### Using Lists
193+
194+
When selecting `Hostname` or `AS Num` as *Field*, you use the additionals `is in list` / `is not in list` operators.
195+
You first need to create a [List](/waf/tools/lists/custom-lists/).
196+
192197
### Wildcard matching
193198

194199
The `wildcard` operator performs a case-insensitive match between a field value and a literal string containing zero or more `*` metacharacters. Each `*` metacharacter represents zero or more characters. The `strict wildcard` operator performs a similar match, but is case-sensitive.

0 commit comments

Comments
 (0)