利用ROS软路由彻底封锁迅雷(100%有效)
本方法是利用路由器的过滤关键字功能..把迅雷发向服务器请求资源的命令给拦截了..这样可以达到迅雷无法获取资源而成了普通没用的下载工具..
下面这个代码是完全封锁迅雷..即让迅雷啥东西都下载不了..绝...
ROS代码如下:
/ ip firewall filter add chain=forward content="octet-stream" action=drop comment="NO 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 只测试了其一,没有测试其二,这样讯雷是封掉了,但是其他的很多应用也封掉了,还上什么网呢?
封了 octet-stream, 你回贴发个图片试试
同样,其他几个关键词 Pragma: no-cache,Connection: close 也不是讯雷特有的 虽然很流氓,但把这么好用的下载工具封了,可惜!
限一下上传、下载速率吧 限上传下载速度也有弊端。
开着下载工具下载到限速极限的时候,网页就几乎打不开了。于是就“网管——————————”了。 这种帖子发的很没创意,拾人牙慧,而且副作用太大,其实直接在dns里面封掉 *.saidai.net,迅雷就只能作为普通下载工具了
回复 4# 的帖子
限一下上传、下载速率吧,打开网页用代理,在ROS设置个透明代理,这样就不怕打开网页慢啦:lol :funk: 看看...学习下 好,值得学习。 穿越火线不能玩。。进入界面没有服务器选。51也上不了。 这种帖子发的很没创意,拾人牙慧,而且副作用太大,其实直接在dns里面封掉 *.saidai.net,迅雷就只能作为普通下载工具了
zhjchina 发表于 2008-11-18 14:27 http://bbs.routerclub.com/images/common/back.gif
还有如此一说,在DNS过滤掉*.saidai.net即可????
找个时间试下 :)
楼主真是牛X,真是100%有效,效果太明显了,以致于连Web都无法访问了。 哈哈哈哈哈 我除了笑什么也不会说了。 太牛了
不错不错!
不错不错,谢谢!
页:
[1]
2