网大路由科技 发表于 2013-8-13 10:56

教你如何用ROS封迅雷 有兴趣的进来看看

针对于公司、或网吧。讯雷肯定是首选最讨厌的软件之一。就是因为它的多线程下载使整个网络的带宽被它一占而尽。那么如何使用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
还有更多的相关资料大家可以到Cdnat官网去看看,也可以到ROS软路由论坛去交流。


Triple_H。 发表于 2013-8-13 11:22

沙发~~~~~~~~~~~~!:victory:

哗啦啦。。 发表于 2013-8-13 11:37

真没必要。。。。

网大路由科技 发表于 2013-8-14 09:23

哗啦啦。。 发表于 2013-8-13 11:37 static/image/common/back.gif
真没必要。。。。

为什么呢?

哗啦啦。。 发表于 2013-8-14 09:40

网大路由科技 发表于 2013-8-14 09:23 static/image/common/back.gif
为什么呢?

这么做有什么好处呢?

kkxmm 发表于 2013-8-30 00:31

这样做的话,国内大多邮件网站打不开……不是好方法!
页: [1]
查看完整版本: 教你如何用ROS封迅雷 有兴趣的进来看看