fippo / rtcstats-server

Server for https://github.com/fippo/rtcstats
MIT License
38 stars 44 forks source link

Skip last IP in X-Forwarded-For header #319

Closed juandebravo closed 4 years ago

juandebravo commented 4 years ago

Depending on your deployment, it may happen that the Load Balancer is including itself in the X-Forwarded-For header (e.g. in GCP)

We're giving the option to skip the last IP added to the header (false by default).