metcoder95 / fastify-ip

Infer the Request IP (or IPs if behind a proxy) based on custom headers
MIT License
7 stars 0 forks source link

Bad IP inferring from GCP and AWS #15

Open metcoder95 opened 1 year ago

metcoder95 commented 1 year ago
          This is also incorrect for Google Cloud Run (or any Google Cloud service behind their load balancers). Docs are here: https://cloud.google.com/load-balancing/docs/https

Works basically the same as AWS. I think all the major cloud providers do this.

Originally posted by @stuckj in https://github.com/pbojinov/request-ip/issues/25#issuecomment-1487495680