mirror of
https://github.com/snltty/linker.git
synced 2025-10-04 00:36:28 +08:00
172
This commit is contained in:
@@ -48,6 +48,7 @@ namespace linker.messenger.tuntap.lease
|
|||||||
info = serializer.Deserialize<LeaseInfo>(resp.Data.Span);
|
info = serializer.Deserialize<LeaseInfo>(resp.Data.Span);
|
||||||
}
|
}
|
||||||
leaseClientStore.Set(signInClientStore.Group.Id, info);
|
leaseClientStore.Set(signInClientStore.Group.Id, info);
|
||||||
|
leaseClientStore.Confirm();
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
public async Task LeaseChange()
|
public async Task LeaseChange()
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
v1.7.2
|
v1.7.2
|
||||||
2025-04-11 17:10:31
|
2025-04-11 17:28:49
|
||||||
1. 内网穿透的计划任务
|
1. 内网穿透的计划任务
|
||||||
2. 一些修复和优化
|
2. 一些修复和优化
|
||||||
3. 优化自动分配IP
|
3. 优化自动分配IP
|
||||||
|
Reference in New Issue
Block a user