Skip to content

SmoothWAN/luci-app-eqos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.0%
  • Lua 34.7%
  • Makefile 11.3%