Skip to main content

WSGI middleware for setting real ip.

Project description

https://travis-ci.org/bninja/wsgim-rip.png https://coveralls.io/repos/bninja/wsgim-rip/badge.png

WSGI middleware for setting:

  • environ["REMOTE_ADDR"]

based on:

  • environ["HTTP_X_FORWARDED_FOR"]

and proxy information.

Install it:

$ pip install wsgim-rip
...

and use it:

from wsgim_rip import RIPMiddleware

wrapped = RIPMiddleware(
     app,
     internal='10.0.0.0/8',
     proxies={
         '50.18.213.180': '192.168.0.0/16',
     },
))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wsgim-rip-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page