File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ The `and` object of `or` supports the following:
199
199
- ` client_country ` : Country/Region of the client.
200
200
- ` query_string ` : Query string in the request URL.
201
201
- ` request_header ` : HTTP request header.
202
+ - ` client_ip ` : Client IP.
202
203
* ` ignore_case ` - (Optional, Bool) Whether the parameter value is case insensitive. Default value: false.
203
204
* ` name ` - (Optional, String) The parameter name of the match type. This field is required only when ` Target=query_string/request_header ` .
204
205
- ` 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:
229
230
- ` url ` : Partial URL under the current site. - ` client_country ` : Country/Region of the client.
230
231
- ` query_string ` : Query string in the request URL.
231
232
- ` request_header ` : HTTP request header.
233
+ - ` client_ip ` : Client IP.
232
234
* ` ignore_case ` - (Optional, Bool) Whether the parameter value is case insensitive. Default value: false.
233
235
* ` name ` - (Optional, String) The parameter name of the match type. This field is required only when ` Target=query_string/request_header ` .
234
236
- ` query_string ` : Name of the query string, such as "lang" and "version" in "lang=cn&version=1".
You can’t perform that action at this time.
0 commit comments