pbojinov / request-ip

A Node.js module for retrieving a request's IP address on the server.
https://npmjs.com/package/request-ip
MIT License
823 stars 102 forks source link

Restructured to work with specific headers and orders #47

Open lslinnet opened 3 years ago

lslinnet commented 3 years ago

As per #26 I have restructured the code to allow for deciding which headers to use and what order they should be chosen in. It defaults back to how it works today so I do not believe any backward compatibility will be lost.

SloCompTech commented 3 years ago

@pbojinov can you please take a look at this pull request please, since this module isn't usable with Cloudflare anymore (they changed header content) ?

jgeary commented 3 years ago

just wanted to bump this. any updates?

adarshmadrecha commented 3 years ago

@pbojinov / @pi0 Just wanted to bump this to ask if you are accepting any PRs? for this repo?

pi0 commented 3 years ago

Hi @adarshmadrecha I'm not the maintainer.

danlin604 commented 2 years ago

Is this project more or less abandoned because no new PR has been merged in the last 3 years?

lslinnet commented 2 years ago

@pbojinov any comments on this? I have been running this in production for almost 2 years now and it works very smoothly.