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
Copy file name to clipboardexpand all lines: content/docs/integrations.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Unless defined by the directory structure of a supplied archive file, the Record
93
93
94
94
#### IP range lookup support
95
95
96
-
Pomerium supports Classless Inter-Domain Routing (CIDR) indexing when filtering a list of records with the `request.ip` foreign key. This allows you to match against IP address ranges instead of manually importing records for individual IP addresses.
96
+
For the `request.ip` foreign key, Pomerium also supports matching against a range of IP addresses (expressed in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)). This can reduce the number of data records you need.
97
97
98
98
To match against an IP address range, add a special `$index` key to your external data source records. For example:
0 commit comments