kiddin9-packages/eqos-master-wiwiz
github-actions[bot] f09511b341 🦄 Sync 2024-06-22 23:35:53
2024-06-22 23:35:53 +08:00
..
files 🦄 Sync 2024-06-22 23:35:53 2024-06-22 23:35:53 +08:00
LICENSE 🗽 Sync 2023-09-12 05:36:59 2023-09-12 05:36:59 +08:00
Makefile 🦄 Sync 2024-06-22 23:35:53 2024-06-22 23:35:53 +08:00
README_ZH.md 🗽 Sync 2023-09-12 05:36:59 2023-09-12 05:36:59 +08:00
README.md 🗽 Sync 2023-09-12 05:36:59 2023-09-12 05:36:59 +08:00

Easy QoS for OpenWRT/Lede(中文)

Features

  • Support speed limit based on IP address
  • No marking by iptables
  • Support LuCI interface

Install to OpenWRT/LEDE

git clone https://github.com/lwxlwxlwx/eqos.git
cp -r eqos LEDE_DIR/package/eqos

cd LEDE_DIR
./scripts/feeds update -a
./scripts/feeds install -a

make menuconfig
LuCI  --->
	1. Collections  --->
		<*> luci
	3. Applications  --->
		<*> luci-app-eqos...................................... EQOS - LuCI interface
	4. Themes  --->
		<*> luci-theme-material
Network  --->
	-*- eqos................... Easy QoS(Support speed limit based on IP address)

make package/eqos/compile V=s