View Single Post
Old 09-21-2003, 05:10 PM  
ADDiCT
Senior Member
 
Join Date: Aug 2003
Posts: 517
Default

it doesn't matter, all "ident_ip_mask = ..." entries are put in an array, and every ident@ip u try to add is matched against every item in that array.

i think u want this in your ini file :
Code:
ident_ip_mask = *?@###.###.*
ident_ip_mask = *@###.###.###.*

u will then be able to add:

ident@111.111.*.*
*@111.111.111.*

but not :
*@111.111.*.*
ident@111.*.*.*
etc...
ADDiCT is offline   Reply With Quote