Login   Register  
PHP Classes
elePHPant
Icontem

File: ip_default_list.ini

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rolando Santamaría Masó  >  IP Auth  >  ip_default_list.ini  >  Download  
File: ip_default_list.ini
Role: Auxiliary data
Content type: text/plain
Description: Example of an ip addresses list
Class: IP Auth
Authorize access based on IP address
Author: By
Last change: Updates
Date: 2009-03-12 19:41
Size: 431 bytes
 

Contents

Class file image Download
; 
; Limited only to IP addresses
; 
; Examples
;----------------------------------------------------------------
; 10.208.1.0 = 1 	 // Allowed IP address
; 10.208.1.0 = 0 	 // Denied IP address
; 10.1/5.1.0/255 = 0	 // Denied IP addresses Range 
; 10.1/5.1.0/255 = 1	 // Allowed IP addresses Range 
;----------------------------------------------------------------
; 

10.208.1.66 = 0
10.208.1.0/253 = 1