Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle chained reverse proxies in XFF headers
An X-Forwarded-For header with a single intermediary proxy looks like: X-Forwarded-For: $clientip[:$port] If, however, you're a goofball and like to proxy your proxies (yo dawg!) it will look like this instead: X-Forwarded-For: $clientip[:$port], $proxy1[:$port] SHIELD now supports the latter as well, and will not stupidly put a comma-separated value in the Agent IP field.
- Loading branch information