Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't block VPN users #9

Open
tsteur opened this issue Dec 23, 2020 · 3 comments
Open

Don't block VPN users #9

tsteur opened this issue Dec 23, 2020 · 3 comments
Labels
Bug Something isn't working

Comments

@tsteur
Copy link
Member

tsteur commented Dec 23, 2020

Someone might use a VPN through Amazon or other cloud providers and we falsely don't track them. How can we detect these VPN providers without a third party and without slowing down?

I don't think checking for headers might work reliably like in https://www.ipqualityscore.com/articles/view/1/how-to-detect-proxies-with-php

There seem to be DBs but they might be commercial like https://www.ip2location.com/database/px10-ip-proxytype-country-region-city-isp-domain-usagetype-asn-lastseen-threat-residential

I suppose it will not be possible to reliably detect them (and fixed IP addresses will change over time etc). Maybe we could check if some VPN providers disclose IP ranges (since sometimes you need to whitelist them eg in AWS, or WP etc but then you might just get a dedicated IP)

@tsteur tsteur added the Bug Something isn't working label Dec 23, 2020
@m-cameron
Copy link

It looks like IP2Proxy LITE is a free database. Not sure if it has VPN like the commercial database or not.

@tsteur
Copy link
Member Author

tsteur commented May 18, 2023

We actually had this issue recently where a few visits were blocked and detected as Cloud provider when in fact it seems to have been VPN usage.

Looking at https://lite.ip2location.com/ip2proxy-lite it seems the commercial version covers VPN but not the free version.

Does maybe GeoIp2 / maxmind include such information in their free DB? Not sure
image

@AltamashShaikh
Copy link
Contributor

@tsteur FYI maxmind haas this - https://support.maxmind.com/hc/en-us/articles/4408208507163-Anonymizer-and-Proxy-Data#h_01G1EDVJKNQY02XXFRM31N7SS2, but looks like its a paid service and another DB lookup is needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants