fireqos: fix mosh and workhorse setup

feature/hass
Ingolf Wagner 2020-06-11 18:39:43 +02:00
parent 9a4225e39a
commit fa184a03b4
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 2 deletions

View File

@ -56,7 +56,7 @@
# nix-shell -p speedtest_cli --run speedtest
configuration.fireqos = {
enable = true;
interface = "eth0";
interface = "enp2s0f1";
input = 45000;
output = 8000;
balance = false;

View File

@ -90,7 +90,9 @@
}
class ssh commit 300kbit
match tcp port 22,2222
match dport 22 # ssh
match dport 2222 # gogs ssh
match udp dport 60001:60999 # mosh
# public servers
class public commit 80%