mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
f3a28b6bcf
qosify is simple daemon for setting up and managing CAKE along with a custom eBPF based classifier that sets DSCP fields of packets. It is configured via UCI and it supports the following features: - simple TCP/UDP port based mapping - IP address based mapping - priority boosting based on average packet size - bulk flow detection based on number of packets per second - dynamically add IP entries with timeout Signed-off-by: Felix Fietkau <nbd@nbd.name>
18 lines
163 B
Plaintext
18 lines
163 B
Plaintext
# DNS
|
|
tcp:53 CS5
|
|
tcp:5353 CS5
|
|
udp:53 CS5
|
|
udp:5353 CS5
|
|
|
|
# NTP
|
|
udp:123 CS6
|
|
|
|
# SSH
|
|
tcp:22 +CS4
|
|
|
|
# HTTP/QUIC
|
|
tcp:80 +CS3
|
|
tcp:443 +CS3
|
|
udp:80 +CS3
|
|
udp:443 +CS3
|