Alpine使用wondershaper,限制网卡速度。

安装必须软件 🔗︎

1
apk add git bash iproute2 iproute2-tc

获取wondershaper脚本 🔗︎

1
git clone https://github.com/magnific0/wondershaper.git

限制网卡上传、下载速度 🔗︎

1
./wondershaper -a eth0 -u 4096 -d 8192

取消限制 🔗︎

1
./wondershaper -c -a eth0