This commit is contained in:
snltty
2025-04-14 16:46:15 +08:00
parent 8bd6bde5a0
commit 91caa57aff
2 changed files with 2 additions and 1 deletions

View File

@@ -377,6 +377,7 @@ namespace linker.tun
{
mapDic = new Dictionary<uint, uint>().ToFrozenDictionary();
masks = Array.Empty<uint>();
natDic.Clear();
return;
}

View File

@@ -1,5 +1,5 @@
v1.7.3
2025-04-14 16:45:47
2025-04-14 16:46:15
1. 优化自动分配IP
2. 优化网卡,排除不明数据包
3. 虚拟网卡点对网IP映射用于解决网段冲突