$Id: README.txt,v 1.0 2010/04/23 09:19:05 jhus Exp $

	The IP Check module provides a way for users to deny content access to anyone that is coming to the site from a public ip address without first logging on with a valid username and password. Alternativley, if you are inside the network drupal will behave as it was setup to work before. 

	For example. Lets say I have an intranet setup for a business and we would like our inernal network to be accessable from outside the workplace via the internet. However, we do NOT want users to be able to access any content on the website without first logging into the website. We only want to do this for users coming from ouside the workplace (e.g. the internet), on the flip side, if a user is at work (e.g. has a private IP address) we want that user to be able to access content without having to login. That is exactly what this module does. 

	IP Check is my first module and is very simple. There are no options to configure and this module is either on or off. It takes the incoming users IP address and checks to see if it is a private class a, b, or c address and either forces to user to login or loads the main page with the option to log on as usual. 



Author
------

Jordan Hus - http://drupal.org/user/710542
