mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update README.md
This commit is contained in:
parent
67c8094212
commit
8ebf995c59
11
README.md
11
README.md
@ -30,10 +30,19 @@ A simple way to shape hundreds of clients and reduce bufferbloat using cake or f
|
|||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
* Add linux interface bridge br0 to the two dedicated interfaces
|
* Add linux interface bridge br0 to the two dedicated interfaces
|
||||||
|
* For example on Ubuntu 20.04 which uses NetPlan, you would add the following to the .yaml file in /etc/netplan/
|
||||||
|
```
|
||||||
|
bridges:
|
||||||
|
br0:
|
||||||
|
interfaces:
|
||||||
|
- eth3
|
||||||
|
- eth4
|
||||||
|
```
|
||||||
* Modify setting parameters in LibreQoS.py to suit your environment
|
* Modify setting parameters in LibreQoS.py to suit your environment
|
||||||
* Run:
|
* Run:
|
||||||
|
```
|
||||||
sudo python3 ./LibreQoS.py
|
sudo python3 ./LibreQoS.py
|
||||||
|
```
|
||||||
## Special Thanks
|
## Special Thanks
|
||||||
Thank you to the hundreds of contributors to the cake and fq_codel projects.
|
Thank you to the hundreds of contributors to the cake and fq_codel projects.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user