mirror of
https://github.com/snltty/linker.git
synced 2025-09-27 05:25:57 +08:00
sync
This commit is contained in:
@@ -107,7 +107,7 @@ namespace linker.messenger.relay.messenger
|
|||||||
|
|
||||||
if (signCaching.TryGet(connection.Id, info.RemoteMachineId, out SignCacheInfo from, out SignCacheInfo to) == false)
|
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 { }));
|
connection.Write(serializer.Serialize(new RelayAskResultInfo170 { }));
|
||||||
return;
|
return;
|
||||||
|
@@ -14,11 +14,6 @@ namespace linker.messenger.store.file.updater
|
|||||||
public UpdaterCommonStore(FileConfig fileConfig)
|
public UpdaterCommonStore(FileConfig fileConfig)
|
||||||
{
|
{
|
||||||
this.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)
|
public void SetInterval(int sec)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
v1.9.1
|
v1.9.1
|
||||||
2025-09-11 16:51:33
|
2025-09-11 17:07:55
|
||||||
1. 一些累计更新
|
1. 一些累计更新
|
||||||
2. 服务器转发多节点
|
2. 服务器转发多节点
|
||||||
3. 虚拟网卡下伪造ACK为TCP-in-TCP隧道提速
|
3. 虚拟网卡下伪造ACK为TCP-in-TCP隧道提速
|
||||||
|
Reference in New Issue
Block a user