From 7846f58cadba1d2a1e13df47cf1092ee3a8092cf Mon Sep 17 00:00:00 2001 From: GreemDev Date: Wed, 27 Aug 2025 22:49:51 -0500 Subject: [PATCH] [ci skip] chore: Change LDN server URL (it's the same server, just a more official URL) --- src/Ryujinx.Common/SharedConstants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx.Common/SharedConstants.cs b/src/Ryujinx.Common/SharedConstants.cs index fe7814c67..55269008c 100644 --- a/src/Ryujinx.Common/SharedConstants.cs +++ b/src/Ryujinx.Common/SharedConstants.cs @@ -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; } }