使用教程 利用ROS在网吧封迅雷,封迅雷官方脚本发布。 [复制链接]

network
三国LV2
技术中心 20943 0 2010-11-4 13:18:34
很多地区的网吧带宽有限,迅雷下载,迅雷看看导致网吧很卡。可以试试这个ROS脚本,当然网吧带宽够大的可以不用限制迅雷。毕竟网友需要。

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

/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
您需要登录后才可以回帖 立即登录
高级模式
返回
统计信息
  • 会员数: 29041 个
  • 话题数: 9627 篇
  • 巅峰数: 5500 人