diff --git a/Scripts/Misc/ServerList.cs b/Scripts/Misc/ServerList.cs index f8de32be8..4be603766 100644 --- a/Scripts/Misc/ServerList.cs +++ b/Scripts/Misc/ServerList.cs @@ -170,7 +170,7 @@ namespace Server.Misc private static IPAddress FindPublicAddress() { try { - WebRequest req = HttpWebRequest.Create( "https://zenvera.com/ip.php" ); + WebRequest req = HttpWebRequest.Create( "https://uo.cx/ip.php" ); req.Timeout = 15000; WebResponse res = req.GetResponse();