diff --git a/Scripts/Misc/ServerList.cs b/Scripts/Misc/ServerList.cs index b007fae54..f0060ac59 100644 --- a/Scripts/Misc/ServerList.cs +++ b/Scripts/Misc/ServerList.cs @@ -173,7 +173,7 @@ namespace Server.Misc private static IPAddress FindPublicAddress() { try { - WebRequest req = HttpWebRequest.Create( "http://uo.cx/ip.php" ); + WebRequest req = HttpWebRequest.Create( "https://api.ipify.org" ); req.Timeout = 15000; @@ -195,4 +195,4 @@ namespace Server.Misc } } } -} \ No newline at end of file +}