GuideReference
TrainingSupportCommunity
Guide

client_​ip_​version

  • Property Manager name: Client IP Version
  • Criteria version: The v2024-10-21 rule format supports the client_​ip_​version criteria v1.1.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: Yes

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_​x_​forwarded_​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"}