You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dt>Specifies how the system responds to blocking requests sent from this IP address list.</dt>
2851
2851
<dd><ul>
2852
-
<li><strong>Policy Default:</strong> Specifies that the Policy Blocking Settings will be used for requests from this IP address list.</li>
2852
+
<li><strong>Policy Default:</strong> Specifies that the policy enforcementMode will be used for requests from this IP address list.</li>
2853
2853
<li><strong>Never Block:</strong> Specifies that the system does not block requests sent from this IP address list, even if your security policy is configured to block all traffic.</li>
2854
2854
<li><strong>Always Block:</strong> Specifies that the system blocks requests sent from this IP address list.</li>
2855
2855
</ul>
2856
2856
</dd>
2857
2857
</dl>
2858
-
<p>Optional</p></td>
2858
+
<p>Optional, if absent Policy Default is used.</p></td>
<td>Specifies the IP addresses. Use CIDR notation for subnet definition.</td>
2875
2875
<td></td>
2876
2876
</tr>
2877
2877
<trclass="even">
2878
2878
<td><code>matchOrder</code></td>
2879
2879
<td>integer</td>
2880
-
<td>Specifies the order index for IP Address List matching. If unspecified, the order is implicitly as the lists appear in the policy. IP Address Groups with a lower matchOrder will be checked for a match prior to items with higher matchOrder.</td>
2880
+
<td>Specifies the order matching index between different IP Address Lists. If unspecified, the order is implicitly as the lists appear in the policy. IP Address Lists with a lower matchOrder will be checked for a match prior to items with higher matchOrder.</td>
<td>Specifies when enabled that the system does not log requests or responses sent from this IP address list, even if the traffic is illegal, and even if your security policy is configured to log all traffic.</td>
2892
+
<td>Specifies when enabled that the system does not log requests or responses sent from this IP address list, even if the traffic is illegal, and even if your security policy is configured to log all traffic. Optional, if absent default value is false.</td>
2893
2893
<td></td>
2894
2894
</tr>
2895
2895
<trclass="odd">
2896
2896
<td><code>setGeolocation</code></td>
2897
2897
<td>string</td>
2898
-
<td>Specifies a geolocation to be associated for this IP address list. Optional</td>
2898
+
<td>Specifies a geolocation to be associated for this IP address list. This will force the IP addresses in the list to be considered as though they are in that geolocation. This applies to blocking via "disallowed-geolocations" and to logging. Optional</td>
<li><strong>clientIp</strong>: Client IP address in canonical IPv4 or IPv6 format. Use CIDR notation for subnet definition. Example: <em>192.168.1.2</em> or <em>fd00:1::/48</em>. If <em>trustXff</em> (X-Forwarded-For) is enabled in the containing policy, then the value is taken from the configured header (XFF or other). The only supported boolean function for the clientIP attribute is <em>matches</em>.</li>
3608
+
<li><strong>clientIp</strong>: Client IP address in canonical IPv4 or IPv6 format or ip-address-list. Use CIDR notation for subnet definition. Example: <em>192.168.1.2</em> or <em>fd00:1::/48</em>. If <em>trustXff</em> (X-Forwarded-For) is enabled in the containing policy, then the value is taken from the configured header (XFF or other). The only supported boolean function for the clientIP attribute is <em>matches</em>.</li>
3609
3609
<li><strong>host</strong>: The value of the Host header</li>
3610
3610
<li><strong>method</strong>: The HTTP method in the request</li>
3611
3611
<li><strong>uri</strong>: The URI (path part) of the request</li>
<li><strong>headers['<name>']</strong>: (map-type) The value of the specified header name. Example: "headers['Accept'].startsWith('application')"</li>
3617
3617
</ul>
3618
3618
</blockquote>
3619
-
<p><strong>Note</strong>: The "headers['<name>']" attribute does not support 'Cookie' as a header name.</p></td>
3619
+
<p><strong>Note</strong>: The "headers['<name>']" attribute does not support 'Cookie' as a header name. Attribute "clientIp" supports using "ipAddressLists" in condition: "clientIp.matches(ipAddressLists['<name>'])</p></td>
0 commit comments