Featured image of post 中国移动宽带-解限速脚本

中国移动宽带-解限速脚本

这个脚本可以模拟测速过程,挂在服务器上每小时执行,就可以解除移动定期降速了。

模拟使用speedtest测速来让移动解除限速

#!/bin/bash

# 定义文件下载链接
download_link="https://speedtest2.niutk.com.prod.hosts.ooklaserver.net:8080/download?size=25000000"

# 定义保存文件的路径
save_path="/dev/null"

# 使用curl命令下载文件
curl -o "$save_path" "$download_link"
crontab -e
# 每小时执行一次
0 * * * * cd /media/kasusa/hd4 && ./cleanDS.sh
comments powered by Disqus
吸引力法则,大圣灵、外星人和心灵能量
使用 Hugo 构建
主题 StackJimmy 设计