Skip to content

Commit

Permalink
update ip selection description in readme
Browse files Browse the repository at this point in the history
Co-authored-by: Uman Shahzad <[email protected]>
  • Loading branch information
Soban Mahmood and UmanShahzad authored Jul 18, 2022
1 parent 4b4d697 commit 7c67a5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ It is possible to use a custom cache by creating a child class of the [CacheInte

### IP Selection Mechanism

By default, the ip from the incoming request is used. But the request may also be reaching through some proxy server, in which case the ip of that proxy server ended up being used. To handle this issue, option is provided to use different/custom ip selector.
By default, the IP from the incoming request is used.

Since the desired IP by your system may be in other locations, the IP selection mechanism is configurable and some alternative built-in options are available.

#### Using built-in ip selectors

Expand Down

0 comments on commit 7c67a5a

Please sign in to comment.