This commit is contained in:
snltty
2025-04-11 17:28:49 +08:00
parent ce6a320c95
commit 1ed9af43fa
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ namespace linker.messenger.tuntap.lease
info = serializer.Deserialize<LeaseInfo>(resp.Data.Span);
}
leaseClientStore.Set(signInClientStore.Group.Id, info);
leaseClientStore.Confirm();
return info;
}
public async Task LeaseChange()

View File

@@ -1,5 +1,5 @@
v1.7.2
2025-04-11 17:10:31
2025-04-11 17:28:49
1. 内网穿透的计划任务
2. 一些修复和优化
3. 优化自动分配IP