ShiinaMashiro 发表于 2022-6-30 17:11:03

使用openwrt快速消耗流量的方法。

本帖最后由 ShiinaMashiro 于 2022-7-1 17:01 编辑

ssh连接路由器,我使用MobaXterm。opkg update
opkg install screen
screen -S oss
screen -r oss

i=0
while [ $((i++)) -le $i ]
do
(wget -cq -O /dev/null http://www.douyin.com/download/p ... n32-ia32-douyin.exe | wget -q -O /dev/null http://pcclient.download.youku.c ... etup_8.1.0.1280.exe) | (wget -cq -O /dev/null http://fw.gl-inet.cn/firmware/ax ... 1800-4.0.0-0603.tar)&
sleep 5
done
断开ssh后用screen -r oss进入即可重新看到下载。screen -ls查看有多少会话,删除会话screen -S name -X quit。

jxph1123 发表于 2022-7-1 08:02:37

你这是挑战啥呢

萝卜大侠 发表于 2022-7-1 09:48:46

jxph1123 发表于 2022-7-1 08:02
你这是挑战啥呢

有时候测试用吧

nihaolai 发表于 2023-1-14 05:33:14

页: [1]
查看完整版本: 使用openwrt快速消耗流量的方法。