限速 UBUNTU 简单版本

2013-12-24 阅读 72
```
apt-get install wondershaper
```


```
#!/bin/bash

nh=`date +%H`
if [ $nh -gt 6 -a $nh -lt 23 ]
then
        wondershaper eth1 6000 300
        echo 'limit'
else
        wondershaper clear eth1
        echo 'no limit'
fi
```

<p>&nbsp;</p>

UBUNTU 限速

更新于 2023年03月28日