Travis
Junior Member
Computer Technology Specialist
Imagination (n.) - Letting your mind run free.
Posts: 69
|
Post by Travis on Aug 16, 2004 20:55:01 GMT
Hello Ron or Renegade, I have this real annoying user. I noticed that his IP stays the same but not the whlole thing (for example, 127.0.0 would be the same in all of them). Could I use a * as a wildcard to filter any IP that matches 127.0.0? I am only using 127.0.0 as an example.
Would this work? --> 127.0.0*
Thank you!
|
|
|
Post by FreeWill on Aug 16, 2004 21:11:17 GMT
I think if you try, for example, 127.0.0.* then that should block all IPs from 127.0.0.0 to 127.0.0.255 (all address with 127.0.0.anything)
|
|
|
Post by Ron on Aug 17, 2004 5:07:49 GMT
Hello Ron or Renegade, I have this real annoying user. I noticed that his IP stays the same but not the whlole thing (for example, 127.0.0 would be the same in all of them). Could I use a * as a wildcard to filter any IP that matches 127.0.0? I am only using 127.0.0 as an example. Would this work? --> 127.0.0* Thank you! That wont work in the current version, right now it only checks for an exact match. Version 3 will allow use of wildcards
|
|