! cFosSpeed can now block huge lists of IP-addresses like IP-Blockers
Protowall and Peerguradian support them.
It works like this: cFosSpeed supports these lists through two filter
expressions: -s-iplist and -d-iplist. They are already set by default in
settings.ini.
The iplist filters -s-iplist and -d-iplist accept as a second parameter
a list name. The default name used in settings.ini is "ipfilter". In the [iplist]
section in settings.ini or user.ini you must list the list names with the
corresponding IP block list files that contain the IP-ranges to be blocked.
These block lists are not supplied with cFosSpeed.
An example excerpt from settings.ini:
filter=-tx -d-iplist ipfilter -c drop
filter=-rx -s-iplist ipfilter -c drop
[iplist]
ipfilter=c:\text\ipfilter.dat
ipfilter=c:\text\my.dat
This will read both files and make them available as list named 'ipfilter'.
This list is used by default to filter packets to the drop queue. Use
"spd reload -iplist" to reload the block lists.
See
Code:
http://www.cfos.de/speed/documentation/filter_expressions.shtml#iplist
for more. Thanks to esz for the idea.
x Fixed budget graph bug. Thanks to Marco Pietri.
Code:
http://www.cfos.de/beta/cfosspeed-v451-build1494.exe