Created
January 20, 2022 11:39
-
-
Save artiga033/3c9ab395b2455747e56e76aa81870fea to your computer and use it in GitHub Desktop.
Halo Infinite Multiplay Server Blocking Host File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Append the following text to the system hosts file. | |
# Comment (Adding '#' at the start of the line) the server which you **are expecting** to use. | |
# This might affect other Xbox Games, but it's ok as they will choose from the available servers. | |
# Halo Infinite Azure servers | |
# Africa | |
0.0.0.0 pfmsqos.southafricanorth.cloudapp.azure.com | |
# Asia | |
0.0.0.0 pfmsqos.japaneast.cloudapp.azure.com | |
0.0.0.0 pfmsqos.japanwest.cloudapp.azure.com | |
0.0.0.0 pfmsqos.southeastasia.cloudapp.azure.com | |
0.0.0.0 pfmsqos.eastasia.cloudapp.azure.com | |
# Australia | |
0.0.0.0 pfmsqos.australiaeast.cloudapp.azure.com | |
0.0.0.0 pfmsqos.australiasoutheast.cloudapp.azure.com | |
# Europe | |
0.0.0.0 pfmsqos.westeurope.cloudapp.azure.com | |
0.0.0.0 pfmsqos.northeurope.cloudapp.azure.com | |
# North America | |
0.0.0.0 pfmsqos.southcentralus.cloudapp.azure.com | |
0.0.0.0 pfmsqos.westus.cloudapp.azure.com | |
0.0.0.0 pfmsqos.westus2.cloudapp.azure.com | |
0.0.0.0 pfmsqos.northcentralus.cloudapp.azure.com | |
0.0.0.0 pfmsqos.eastus2.cloudapp.azure.com | |
0.0.0.0 pfmsqos.eastus.cloudapp.azure.com | |
0.0.0.0 pfmsqos.centralus.cloudapp.azure.com | |
# South America | |
0.0.0.0 pfmsqos.brazilsouth.cloudapp.azure.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment