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)
|