From 5bd3a21d3469d16fc92695f5bafbd8d9969cc062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 30 Jun 2014 16:08:20 +0200 Subject: [PATCH] master server has been migrated to new machine and DNS closes #5748 --- OpenRA.Game/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index 890fee5511..ed5bc9d9f9 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -24,7 +24,7 @@ namespace OpenRA public int ExternalPort = 1234; public bool AdvertiseOnline = true; public string Password = ""; - public string MasterServer = "http://master.open-ra.org/"; + public string MasterServer = "http://master.openra.net/"; public bool DiscoverNatDevices = false; // Allow users to disable NAT discovery if problems occur public bool AllowPortForward = true; // let the user disable it even if compatible devices are found public bool NatDeviceAvailable = false; // internal check if discovery succeeded