This commit is contained in:
snltty
2025-09-11 17:07:55 +08:00
parent 8793263e3f
commit 5b35e04505
3 changed files with 2 additions and 7 deletions

View File

@@ -107,7 +107,7 @@ namespace linker.messenger.relay.messenger
if (signCaching.TryGet(connection.Id, info.RemoteMachineId, out SignCacheInfo from, out SignCacheInfo to) == false)
{
LoggerHelper.Instance.Error($"[relay] {connection.Id} to {info.RemoteMachineId} not same group");
LoggerHelper.Instance.Error($"[relay] {connection.Id}({from.MachineName})[{from.GroupId}] to {info.RemoteMachineId}({to.MachineName})[{to.GroupId}] fail");
connection.Write(serializer.Serialize(new RelayAskResultInfo170 { }));
return;

View File

@@ -14,11 +14,6 @@ namespace linker.messenger.store.file.updater
public UpdaterCommonStore(FileConfig fileConfig)
{
this.fileConfig = fileConfig;
if (fileConfig.Data.Common.UpdateUrl.Contains("qbcode.cn"))
{
fileConfig.Data.Common.UpdateUrl = fileConfig.Data.Common.UpdateUrl.Replace("qbcode.cn", "snltty.com");
}
}
public void SetInterval(int sec)

View File

@@ -1,5 +1,5 @@
v1.9.1
2025-09-11 16:51:33
2025-09-11 17:07:55
1. 一些累计更新
2. 服务器转发多节点
3. 虚拟网卡下伪造ACK为TCP-in-TCP隧道提速