[Mxcontrol-general] IPBlock Patch and BendMX 3.99a3
Brought to you by:
leosanders
|
From: mxcontrol.sourceforge.net <mxc...@gm...> - 2005-03-12 12:41:03
|
Read this (http://forums.cricketmx.com/viewtopic.php?t=1472) and created a little patch for WinMX that prohibits connection to "blocked" IPs for those not having a router/firewall. You can set the IPs to block in the BendMX.dat file (Wildcards supported so you can block whole IP ranges aswell). The patch blocks all outgoing and incomming connection attemts both TCP and UDP and logs blocked connections in a textfile in your WInMX folder. You can use it as primary and secondary conneciton user (it will also block attempted downloads from and to certain IPs) I made two versions, one integrated into BendMX 3.9.9 Alpha 3 and a standalone version for those that do not want to use BendMX Both versions can also be used with RCMS. MCMA has not been tested. Configuration via BendMX.dat Example: [BadIPs] BadIP_1=209.11.134.* BadIP_2=38.113.214.* BadIP_3=204.9.116.* |