TESTERS WANTED: RyuLDN implementation #65

Merged
Vudjun merged 16 commits from RyuLDN into master 2024-11-11 22:06:50 +00:00
Showing only changes of commit 475b721e7d - Show all commits

View File

@ -292,7 +292,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Sfdnsres
{
string host = MemoryHelper.ReadAsciiString(context.Memory, inputBufferPosition, (int)inputBufferSize);
if (!context.Device.Configuration.EnableInternetAccess)
if (host != "localhost" && !context.Device.Configuration.EnableInternetAccess)
{
Logger.Info?.Print(LogClass.ServiceSfdnsres, $"Guest network access disabled, DNS Blocked: {host}");