Skip to content

Instantly share code, notes, and snippets.

@artiga033
Created January 20, 2022 11:39
Show Gist options
  • Select an option

  • Save artiga033/3c9ab395b2455747e56e76aa81870fea to your computer and use it in GitHub Desktop.

Select an option

Save artiga033/3c9ab395b2455747e56e76aa81870fea to your computer and use it in GitHub Desktop.
Halo Infinite Multiplay Server Blocking Host File
# 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
@Jokotron
Copy link
Copy Markdown

In case anyone stumbles on this the server prefix was updated. Replace "pfmsqos" with "mpsqosprod"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment