相信大家都深受迅雷的折磨..痛苦啊..
現(xiàn)在教大家一套100%能防止局域網(wǎng)內(nèi)迅雷下載的辦法..
本人用了大半年了..效果非常的不錯..大家可以測試一下..
如果迅雷公司知道了這事后..我就怕這就不行了..呵..
不過..兵來將擋..水來土掩...
本方法是利用路由器的過濾關(guān)鍵字功能..把迅雷發(fā)向服務(wù)器請求資源的命令給攔截了..
這樣可以達(dá)到迅雷無法獲取資源而成了普通沒用的下載工具..
下面這個代碼是完全封鎖迅雷..即讓迅雷啥東西都下載不了..絕...
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
其它路由可以通過關(guān)鍵字過濾功能封鎖以下關(guān)鍵字:
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
其它路由可以通過關(guān)鍵字過濾功能封鎖以下關(guān)鍵字:
octet-stream
此腳本在本人開發(fā)的ros腳本生成器1.6以上的版本都有此功能..而且不斷更新..
# 以下是封迅雷的規(guī)則,但是迅雷賬號可以正常登陸,只能使用原資源下載,這樣迅雷就和普通下載工具一樣了!
# 更新時間:2008-04-12
/ ip firewall filter
add chain=forward dst-address=213.39.61.58 action=drop comment="Blockade Thunder 1.Thread" disabled=no
add chain=forward dst-address=219.129.83.0/24 action=drop comment="" disabled=no
add chain=forward dst-address=220.172.191.36 action=drop comment="" disabled=no
add chain=forward dst-address=61.183.55.0/24 action=drop comment="" disabled=no
add chain=forward dst-address=58.61.39.0/24 action=drop comment="" disabled=no
add chain=forward dst-address=121.10.120.0/24 protocol=tcp dst-port=!80 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=3076-3079 action=drop comment="" disabled=no
add chain=forward protocol=udp dst-port=3076-3079 action=drop comment="" disabled=no
add chain=forward dst-address=221.238.253.251 action=accept comment="Thunder Login IP" disabled=no
add chain=forward protocol=udp dst-port=1004 action=drop comment="" isabled=no
add chain=forward protocol=udp dst-port=5004 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=5200 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=6200 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=8001 action=drop comment="" disabled=no
add chain=forward protocol=udp dst-port=8001 action=drop comment="" disabled=no
add chain=forward protocol=udp src-port=15000-15001 action=drop comment="" disabled=no
add chain=forward protocol=udp src-port=16818 action=drop comment="" disabled=no