traffic shaping: we got a upload speed upgrade!

This commit is contained in:
Simon Gardling 2025-07-25 16:18:46 -07:00
parent 7024edd870
commit d2c448191e
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -29,9 +29,9 @@
systemd.services."traffic-shaping" =
let
upload_pipe = 22;
high_prio = 20;
low_prio = 2;
upload_pipe = 44;
high_prio = 40;
low_prio = 4;
in
{
description = "Apply QoS to prioritize non-VPN traffic";