Sometimes it's desirable to allow some users, to connect only from specific IP addresses, while allowing all other users to connect from any IP address. This guide will show you how to do this.
Why? If no rule applies to an incoming connection, then the first part of the precedence is used (i.e. 'Deny' for 'Deny over allow' and 'Allow' for 'Allow over deny'). Therefore, in this example, unless the user-specific rules that will be defined below apply, then an incoming connection will be allowed (Remember, in this example we are using the 'Allow over Deny' precedence).