I would like to block IP address's from being able to create accounts from certain geographic areas, in short I think it is actually more prudent to make a list of the specific geographies where IP address's are acceptable. The website only services local persons and they are the only ones that will be granted access to the site on a user by user basis.
So is there a way of only accepting IP's from a geographic region while sending the ones outside of the specified region to a trash bin or something of that sort?
We are using Dolphin to run the website and it is to time consuming to ban the IP addresses that come in everyday. I have read through and have seen many posts describing a service called MaxMind, but we would like to implement something of our own.
Thank you.