mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
183
This commit is contained in:
@@ -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();
|
||||
|
@@ -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. 优化唤醒模块
|
||||
|
Reference in New Issue
Block a user