docs: Mention x-forwarded-for in remote_ip matcher (#94)

* docs: add x-forwarded-for note to remote_ip documentation

* chore: period
This commit is contained in:
Dylan Armstrong 2020-10-09 12:33:30 -05:00 committed by GitHub
parent 08533f5045
commit e643afb766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -434,7 +434,7 @@ query sort=asc
remote_ip <ranges...> remote_ip <ranges...>
``` ```
By remote (client) IP address. Accepts exact IPs or CIDR ranges. By remote (client) IP address. If `X-Forwarded-For` is passed in request headers, this will be used for remote IP address. Accepts exact IPs or CIDR ranges.
#### Example: #### Example: