This commit is contained in:
Robin Appelman 2021-01-06 14:54:55 +01:00
commit 4ca7c9233b

View file

@ -2,7 +2,7 @@
Warp filter to get the "real ip" of the remote client
This uses the "x-forwarded-for" or "x-real-ip" headers set by reverse proxies.
This uses the "x-forwarded-for", "x-real-ip" or "forwarded" headers set by reverse proxies.
To stop clients from abusing these headers, only headers set by trusted remotes will be accepted.
## Example