Add support of Games 'Call of Duty'.
This commit is contained in:
parent
9282609ebd
commit
b7b2ad61cd
@ -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
|
||||
|
@ -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
|
||||
# -------------
|
||||
|
Loading…
Reference in New Issue
Block a user