dmpayton / django-admin-honeypot

:honey_pot: A fake Django admin login screen page.
http://django-admin-honeypot.readthedocs.io/
MIT License
1.03k stars 188 forks source link

Integrate Ipware to avoid all the cornercases where the real ip is no… #70

Closed pablopda closed 2 years ago

pablopda commented 4 years ago

Integrate Ipware to avoid all the corner cases where the real ip is not in REMOTE ADDR header -like when Django is running behind a proxy or in docker-

blag commented 3 years ago

Hi, I have forked this project, included a few PRs (including one similar to this one), and released a package to PyPI. You might have better luck with my fork.

dmpayton commented 2 years ago

I've just merged a commit that integrates django-ipware. Thanks!