更新内容
- 客户端之间支持ipv6通信
- 优化传输速度(在路由器中测试比之前提升10%)
- 使用openssl优化加密速度(使用aes_ecb模式 路由器中测试比之前提升50%)
修复bug
- 修复linux中重复启动出错的问题
- 修复在某些路由器上运行异常的问题(低版本路由器、padavan系统不能正常运行或运行一段时间后出错)
- 修复tcp模式的一些问题(1.2.1、1.2.2版本出现的问题,表现为使用tcp模式不能中继)
- 修复tcp代理不正常关闭的问题(表现为部分页面使用内网ip打不开)
地址
https://github.com/lbl8603/vnt/releases
1
共 4 条评论, 1 页
评论区
写评论下载了 i686-msvc版本的,原先目录下是win64的,dll不匹配吧,我用源码编译了,OK的
是什么版本的系统呢,win7 32位?
--
👇
阿呆: virtual_gateway:10.26.0.1 virtual_ip:10.26.0.2 thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Custom { kind: Other, error: "wintun.dll not found LoadLibraryExW { source: Os { code: 193, kind: Uncategorized, message: "%1 不是有效的 Win32 应用程序。" } }" }', vnt-cli\src\main.rs:346:47 note: run withRUST_BACKTRACE=1
environment variable to display a backtracevirtual_gateway:10.26.0.1 virtual_ip:10.26.0.2 thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Custom { kind: Other, error: "wintun.dll not found LoadLibraryExW { source: Os { code: 193, kind: Uncategorized, message: "%1 不是有效的 Win32 应用程序。" } }" }', vnt-cli\src\main.rs:346:47 note: run withRUST_BACKTRACE=1
environment variable to display a backtraceupdate