mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
173
This commit is contained in:
@@ -377,6 +377,7 @@ namespace linker.tun
|
||||
{
|
||||
mapDic = new Dictionary<uint, uint>().ToFrozenDictionary();
|
||||
masks = Array.Empty<uint>();
|
||||
natDic.Clear();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
v1.7.3
|
||||
2025-04-14 16:45:47
|
||||
2025-04-14 16:46:15
|
||||
1. 优化自动分配IP
|
||||
2. 优化网卡,排除不明数据包
|
||||
3. 虚拟网卡点对网IP映射,用于解决网段冲突
|
Reference in New Issue
Block a user