kenzok8-passwall/luci-app-eqos
2024-03-17 19:15:27 +08:00
..
luasrc update 2024-03-17 19:15:27 2024-03-17 19:15:27 +08:00
po update 2023-02-05 21:50:15 2023-02-05 21:50:15 +08:00
root update 2023-02-05 21:50:15 2023-02-05 21:50:15 +08:00
LICENSE update 2022-04-11 17:36:03 2022-04-11 17:36:03 +08:00
Makefile update 2022-04-11 17:36:03 2022-04-11 17:36:03 +08:00
README_ZH.md update 2022-04-11 17:36:03 2022-04-11 17:36:03 +08:00
README.md update 2022-04-11 17:36:03 2022-04-11 17:36:03 +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/garypang13/luci-app-eqos
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