-
Notifications
You must be signed in to change notification settings - Fork 1
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
Restrict users to access site using various geolocation parameters. #1
Comments
Question: How would iPatrol handle situations like this? For my website, I want to block IPs originating from North Korea. However, as many IP professionals know, North Korea is well known for using fake IPs and/or VPNs. How would iPatrol be able to determine if a country, group and/or individual are using fake IPs or VPNs and block those and record those offending IPs to be banned permanently on my website? |
iPatrol has a feature already in place that can detect if a user is using any kind of proxy and can ban the IP right away. Isn't it the way to catch the scenario? |
Ok. I wanted to double-check to make certain that iPatrol will be able detect proxies and take appropriate action. I see that iPatrol uses this IP-API service. Does this service have some sort of whitelist for legitimate VPNs or does it automatically assume that all VPNs are NOT legit and will block/ban those? |
Fact is IP manipulation can never be bulletproof. |
Ok, that is a good plan. I will test this out on my website and report back anything that might be amiss. |
@SerpiusCapricornus - this is the first public version, so any feedback is welcome :) |
@effone - is it still needed? What library will you use? This is possible with Cloudflare basic plan, quite tricky to cover all possibilities, not? |
Stay away from Cloudflare. I prefer that iPatrol plugin use open source libraries for this. I feel that if iPatrol uses Cloudflare for IP detection, it may change in the future where it will require a paid option to use IP detection. That will defeat the purpose of the plugin staying free and open source. |
No additional library. We already have the data per user by existing API. Just need to make use of it. |
Allow admins to restrict users accessing site using various geo location parameters:
Country, Region, District, City, ZipCode, Timezone, ISP
... probably few more possible parameters.
The text was updated successfully, but these errors were encountered: