clientIpVersion


Matches the version of the IP protocol used by the requesting client.

OptionTypeDescriptionRequires
valueenum

The IP version of the client request, either IPV4 or IPV6.

{"displayType":"enum","options":["IPV4","IPV6"],"tag":"select"}
IPV4

Matches the IPv4 protocol.

IPV6

Matches the IPv6 protocol.

use​XForwarded​Forboolean

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"}