clientIp


Matches the IP number of the requesting client. To use this condition to match end-user IP addresses, apply it together with the request​Type matching on the CLIENT_​REQ value.

OptionTypeDescriptionRequires
match​Operatorenum

Matches the contents of values if set to IS_​ONE_​OF, otherwise IS_​NOT_​ONE_​OF reverses the match.

{"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF"],"tag":"select"}
IS_​ONE_​OF

Matches any of the specified values.

IS_​NOT_​ONE_​OF

Does not match any of the specified values.

valuesstring array

IP or CIDR block, for example: 71.​92.​0.0/14.

{"displayType":"string array","tag":"input","todo":true}
use​Headersboolean

When connecting via a proxy server as determined by the X-Forwarded-For header, enabling this option matches the connecting client's IP address rather than the original end client specified in the header.

{"displayType":"boolean","tag":"input","type":"checkbox"}