Skip to content

Commit 3746abf

Browse files
Update content/includes/nap-waf/config/common/ip-groups-override-rules.md
Co-authored-by: Alan Dooley <[email protected]>
1 parent 2ad8170 commit 3746abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/includes/nap-waf/config/common/ip-groups-override-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here is a policy example:
5353
}
5454
```
5555

56-
The above policy contains ip group with the name "standalone" which is used in override rule condition "clientIp.matches(ipAddressLists['standalone'])".
56+
The previous example policy contains an IP group with the name "standalone", used for the override rule condition "clientIp.matches(ipAddressLists['standalone'])".
5757
The condition means that the rule enforcement is applied when clientIp is matched to one of ipAddresses in ipAddressList with name "standalone".
5858
The value used in override rule condition must exist and be exactly equal the name in "ip-address-lists".
5959

0 commit comments

Comments
 (0)