From b7b2ad61cd30036ca48ffd2c3a9356a83ae1dcdb Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 30 Oct 2022 01:07:18 +0200 Subject: [PATCH] Add support of Games 'Call of Duty'. --- conf/default_basic_behavior.conf | 4 ++++ conf/default_ports.conf | 39 +++++++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/conf/default_basic_behavior.conf b/conf/default_basic_behavior.conf index 134e7c6..89ab11f 100644 --- a/conf/default_basic_behavior.conf +++ b/conf/default_basic_behavior.conf @@ -65,6 +65,10 @@ allow_game_fifa21_out=false # allow_game_steam_out=false +# Gaming Call of Duty +# +allow_game_call_of_duty=false + # --- # - Services allowed between local networks diff --git a/conf/default_ports.conf b/conf/default_ports.conf index 35a94d3..b963992 100644 --- a/conf/default_ports.conf +++ b/conf/default_ports.conf @@ -360,9 +360,46 @@ standard_game_fifa21_udp_ports="3074,3478,3479,3659,6000" # 3478 udp, 4379 udp, 4380 udp (outbound - Steamworks P2P networking and voice chat) # 4380 udp (Steam client) # -standard_game_steam_tcp_ports="6010,6020,6030,6040,8888,27014:27050,44333" +standard_game_steam_tcp_ports="6010,6020,6030,6040,8888,27000:27013,27014,27015,27016:27030,27031,27032:27050,44333" standard_game_steam_udp_ports="12000,27000:27015,27016:27030,27031,27036,3478,4379,4380" +# Game: Call of Duty: +# Vanguard +# Black Ops Cold War +# Warzone +# Black Ops 4 +# WWII +# Infinite Warfare +# Modern Warfare Remastered +# Black Ops III +# Advanced Warfare +# Ghost (PlayStation 3/4 und Xbox 360, NICHT: PC, Xbos One) +# Black Ops II +# +# NICHT: Ghosts +# +# PC +# TCP: 3074, 27014, 27015, 27016-27030, 27031, 27032-27050 +# UDP: 3074, 3075, 3076, 3077, 3078, 3079, 3478, 4379, 4380, 27000-27015, 27016-27030, 27031-27036 +# +# PlayStation +# TCP: 80, 443, 1935, 3074, 3478, 3479, 3480, 5223 +# UDP: 3074, 3075, 3076, 3077, 3078, 3079, 3478, 3479, 3658, 5223 +# +# Xbox: +# TCP: 53, 80, 3074 +# UDP: 53, 88, 500, 3074, 3075, 3076, 3077, 3078, 3079, 3544, 4500, 5223 +# +standard_game_call_of_duty_pc_tcp_ports="3074,27014,27015,27016:27030,27031,27032:27050" +standard_game_call_of_duty_pc_udp_ports="3074,3075,3076,3077,3078,3079,3478,4379,4380,27000:27013,27014,27015,27016:27030,27031:27036" + +standard_game_call_of_duty_ps_tcp_ports="80,443,1935,3074,3478,3479,3480,5223" +standard_game_call_of_duty_ps_udp_ports="3074,3075,3076,3077,3078,3079,3478,3479,3658,5223" + +standard_game_call_of_duty_xbox_tcp_ports="53,80,3074" +standard_game_call_of_duty_xbox_udp_ports="53,88,500,3074,3075,3076,3077,3078,3079,3544,4500,5223" + + # ------------- # --- Predefined Ports # -------------