This commit is contained in:
snltty
2025-06-14 19:40:52 +08:00
parent 58a3ba0f45
commit f20ea4f575
2 changed files with 3 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ namespace linker.snat
{
if (OperatingSystem.IsWindows() == false || (RuntimeInformation.ProcessArchitecture != Architecture.X86 && RuntimeInformation.ProcessArchitecture != Architecture.X64))
{
error = "only win x64 and win x86";
error = "snat only win x64 and win x86";
return false;
}
if (info.Src == null)
@@ -85,6 +85,7 @@ namespace linker.snat
return false;
}
error = string.Empty;
try
{
Shutdown();

View File

@@ -1,5 +1,5 @@
v1.8.3
2025-06-14 18:58:42
2025-06-14 19:40:51
1. 一些累计更新
2. 修复socks5解决CPU爆满问题增加本地域名解析支持HTTP代理
3. 优化唤醒模块