今天中午区里有兄弟再找封迅雷的L7,针对于公司、或网吧。讯雷肯定是首选最讨厌的软件之一。就是因为它的多线程下载使整个网络的带宽被它一占而尽。那么如何使用ROS把讯雷给封住?用端口?用IP?肯定是不行的。
所以现在给大家教一个方法。使用关键字过滤。把讯雷向服务器发送的请求信息里的关键字过滤掉,那么就能达到封锁讯雷的效果。经测试,确实能让讯雷获取不到资源。
ROS代码如下:
/ip firewall filter add chain=forward content="octent-stream" action=drop comment="blockade thunder" disabled=no
/ip firewall filter add chain=forward content="pragma: no-cache" action=drop comment="" disabled=no
/ip firewall filter add chain=forward content="Connection: close" action=drop comment="" disabled=no
/ip firewall filter add chain=forward content="Range: bytes=" action=drop comment="" disabled=no
/ip firewall filter add chain=forward content="Cookie:__utma=" action=drop comment="" disabled=no
/ip firewall filter add chain=forward content="filename=" action=drop comment="" disabled=no
/ip firewall filter add chain=forward content="Cookie rtime=" action=drop comment="" disabled=no
/ip firewall filter add chain=forward content="Content-Disposition: attachment;" action=drop comment="" disabled=no
其他的路由器,也可以过滤下面的关键字来拒绝讯雷下载。
Octet-stream
Pragma: no-cache
Connection: close
Range: bytes=
Cookie: __utma=
Filename=
Cookie rtime=
Content-Disposition: attachment;
如果是有需求,需要用讯雷,而不想让其占用太大带宽。那么通过下面的关键字,让讯雷使用原线程下载。因为多线程相当占用带宽。
ROS代码如下:
/ip firewall filter add chain=forward content=”octet-stream” action=drop comment="Blockade Thunder 1.thread" disabled=no
其他路由可以通过关键字过滤功能封锁以下关键字:
Octet-stream