Skip to content

Commit 083b0cf

Browse files
committed
fix: add doc
1 parent 69681b8 commit 083b0cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/teo_rule_engine.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ The `and` object of `or` supports the following:
199199
- `client_country`: Country/Region of the client.
200200
- `query_string`: Query string in the request URL.
201201
- `request_header`: HTTP request header.
202+
- `client_ip`: Client IP.
202203
* `ignore_case` - (Optional, Bool) Whether the parameter value is case insensitive. Default value: false.
203204
* `name` - (Optional, String) The parameter name of the match type. This field is required only when `Target=query_string/request_header`.
204205
- `query_string`: Name of the query string, such as "lang" and "version" in "lang=cn&version=1".
@@ -229,6 +230,7 @@ The `and` object of `or` supports the following:
229230
- `url`: Partial URL under the current site. - `client_country`: Country/Region of the client.
230231
- `query_string`: Query string in the request URL.
231232
- `request_header`: HTTP request header.
233+
- `client_ip`: Client IP.
232234
* `ignore_case` - (Optional, Bool) Whether the parameter value is case insensitive. Default value: false.
233235
* `name` - (Optional, String) The parameter name of the match type. This field is required only when `Target=query_string/request_header`.
234236
- `query_string`: Name of the query string, such as "lang" and "version" in "lang=cn&version=1".

0 commit comments

Comments
 (0)