教你一行代码ROS封迅雷(让迅雷成废雷)
原理:封掉所有迅雷的资源服务器。。让他无资源下载。。那么迅雷就和普通的IE下载一样了。。
其它不说了。。大家测试一下。。
原创:秘密花园
下面脚本适合电信用户使用
/ip firewall filter add chain=forward dst-address=58.61.39.0/24 action=drop comment="BlockadeXunlei-091206"
下面脚本适合网通用户使用
/ip firewall filter add chain=forward dst-address=123.129.242.0/24 action=drop comment="BlockadeXunlei-091206"
下面脚本针对指定IP封(适合电信及网通,推荐使用这个)
/ ip firewall address-list
add list="BlockadeXunlei" address=58.61.39.206 comment="tel" disabled=no
add list="BlockadeXunlei" address=58.61.39.209 comment="tel" disabled=no
add list="BlockadeXunlei" address=58.61.39.211 comment="tel" disabled=no
add list="BlockadeXunlei" address=58.61.39.212 comment="tel" disabled=no
add list="BlockadeXunlei" address=58.61.39.214 comment="tel" disabled=no
add list="BlockadeXunlei" address=123.129.242.168 comment="cnc" disabled=no
add list="BlockadeXunlei" address=123.129.242.169 comment="cnc" disabled=no
add list="BlockadeXunlei" address=123.129.242.170 comment="cnc" disabled=no
/ ip firewall filter
add chain=forward dst-address-list="BlockadeXunlei" action=drop comment="BlockadeXunlei-091206" disabled=