[ci skip] chore: Change LDN server URL (it's the same server, just a more official URL)

This commit is contained in:
GreemDev
2025-08-27 22:49:51 -05:00
parent 0203065fed
commit 7846f58cad

View File

@@ -2,8 +2,8 @@ namespace Ryujinx.Common
{
public static class SharedConstants
{
public const string DefaultLanPlayHost = "ryuldn.vudjun.com";
public const string DefaultLanPlayHost = "ldn.ryujinx.app";
public const short LanPlayPort = 30456;
public const string DefaultLanPlayWebHost = "ryuldnweb.vudjun.com";
public const string DefaultLanPlayWebHost = DefaultLanPlayHost;
}
}