View Single Post
Old 09-21-2003, 09:19 AM  
ADDiCT
Senior Member
 
Join Date: Aug 2003
Posts: 517
Default

minimumIPnumbers = 0 will allow adding *@*
----> don't use the tool, or set ident_ip_mask = *

minimumIPnumbers = 1 will not allow *@*, BUT will allow adding IPs like *@128
----> ident_ip_mask = *@*#.*

minimumIPnumbers = 2 will only allow IPs like *@128.217.*
----> ident_ip_mask = *@*#.*#.*

(but now i come to think of it, i will have to change something else important in my tool first)
ADDiCT is offline   Reply With Quote