Skip to content

Commit e60b4cb

Browse files
authored
added new bullet - line 221
1 parent 878afbe commit e60b4cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/frontdoor/standard-premium/concept-rule-set-match-conditions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ The **remote address** match condition identifies requests based on the requeste
217217
* **IPv6 example**: `1:2:3:/48` matches any requests that arrive from addresses 1:2:3:0:0:0:0:0 through 1:2:3: ffff:ffff:ffff:ffff:ffff.
218218
* When you specify multiple IP addresses and IP address blocks, 'OR' logic is applied.
219219
* **IPv4 example**: if you add two IP addresses `1.2.3.4` and `10.20.30.40`, the condition is matched for any requests that arrive from either address 1.2.3.4 or 10.20.30.40.
220-
* **IPv6 example**: if you add two IP addresses `1:2:3:4:5:6:7:8` and `10:20:30:40:50:60:70:80`, the condition is matched for any requests that arrive from either address 1:2:3:4:5:6:7:8 or 10:20:30:40:50:60:70:80.
220+
* **IPv6 example**: if you add two IP addresses `1:2:3:4:5:6:7:8` and `10:20:30:40:50:60:70:80`, the condition is matched for any requests that arrive from either address 1:2:3:4:5:6:7:8 or 10:20:30:40:50:60:70:80.
221+
* Remote Address represents the original client IP that is either from the network connection or typically the X-Forwarded-For request header if the user is behind a proxy.
221222

222223
### Properties
223224

0 commit comments

Comments
 (0)