利用wondershaper对vps进行限速

 最近在NS上收了一个vmshell家的HK CMI,因为有黑洞所以非常便宜。但是我自己用,影响不大,用这个wondershaper给做一下限速。

wondershaper项目:https://github.com/magnific0/wondershaper

apt update
apt install git
apt install make
#如果已经安装了环境这里可以跳过

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

安装:

cd wondershaper

make install

运行,比如限速100Mbps,注意修改网卡名,可以用 ip a 或者 ifconfig 命令查看网卡名:

wondershaper -a eth0 -d 100000 -u 100000

清空限速:

wondershaper -c -a eth0

后台开机自运行,可以修改配置文件:
vi /etc/systemd/wondershaper.conf

[wondershaper]

# Adapter
IFACE="eth0"

# Download rate in Kbps
DSPEED="100000"

# Upload rate in Kbps
USPEED="100000"

然后启动一下systemd服务就好了:

systemctl enable wondershaper systemctl start wondershaper

查看状态:

systemctl status wondershaper

上面 wondershaper 项目,systemd 后台运行代码有点问题,需要自己修改一下才能正常使用:

vi /usr/local/lib/systemd/system/wondershaper.service

https://github.com/magnific0/wondershaper/pull/97/commits/0687d844fcfc75f597033ebc78a04c2a31c7179e

评论

此博客中的热门博文

Clash Verge系列使用最佳实践

X-UI 安装使用教程,支持多协议多用户的 Xray 可视化面板

非 root 用户自建 v2ray 梯子 (serv00-vmess)

使用一键脚本,部署 Hysteria 2(歇斯底里)协议节点-尚未完成小火煎的配置

Telegram RSS机器人-Flowerss bot比较全面的安装教程

使用x-ui面板中转流量解锁流媒体-服务器端分流节点

最新11个可用的TG代理,请收藏!

Serv00搭建各种服务

VPS挂机流量

X-for-Serv00 让你的 Serv00 节点获得更好的体验