From 8ac8e62e3841e445ccdc7446acc170d357dfbba8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 3 Jul 2018 19:36:57 +0200 Subject: Sync hfsc_shaper.sh with my used version Signed-off-by: Florian Pritz --- qos_ports.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 qos_ports.sh (limited to 'qos_ports.sh') diff --git a/qos_ports.sh b/qos_ports.sh new file mode 100644 index 0000000..10ace54 --- /dev/null +++ b/qos_ports.sh @@ -0,0 +1,25 @@ +# 1500, 3005, 3101, 28960 = call of duty stuff +# 3478, 4379, 4380 = steam voip / friend network +# 5000:5500 = league of legends game traffic +# 1725, 27000:27031, 27036 = game traffic (cs, tf, ark, portal, ...) +# 7777, 27900, 28900, 28910, 51014, 60576 = borderlands2 (p2p) ports???? +VOIPPORTS="1500 1725 3005 3101 3478 4379 4380 5000:5500 7777 27000:27031 27036 27900 28900 28910 28960 51014 60576" +# 22, 18765 = ssh +# 53 = dns +# 1200 = steam client +# 2099, 5222, 5223 = pvp.net +# 8766 = steam serverbrowser +# 8088 = league of legends spectator mode +# 9987 = teamspeak 3 +# 64738 = mumble +INTERACTIVEPORTS="22 53 1200 2099 5222 5223 8766 8088 9987 18765 64738 143 993 587" +# 80, 443, 591, 593, 8008 8080, 8081, 8243 8280, 8443, 8888, 9080, 9443= http / web ports +BROWSINGPORTS="80 443 591 593 8008 8080 8081 8243 8280 8443 8888 9080 9443" +# 21 = ftp +# 25, 110, 143, 465, 587, 993, 995 = mail +# 8393:8400 = league of legends cdn / downloads +# 8530, 8531 = windows server update services +# 11371 = openpgp http key server +# 27014:27054 = steam cdn / downloads +DATAPORTS="21 25 110 465 995 8393:8400 8530 8531 11371 27014:27054" +P2PPORTS="" -- cgit v1.2.3-24-g4f1b