Commit Graph
16 Commits
Author SHA1 Message Date
lbl 60a4403f0e feat: add desktop updater and release automation 2026-08-22 10:00:24 +08:00
lbl 74c47bce69 feat: add outbound interface binding 2026-08-22 07:58:18 +08:00
lbl cd5b4431dc feat: add unified Tauri desktop client and secure web access 2026-08-22 04:09:44 +08:00
lbl 042254e5ac fix(cli): wintun.dll 不再只按存在性判断
此前仅当 wintun.dll 不存在时才释放内嵌版本,损坏或被替换的旧版
dll 会永久残留,后续创建 TUN 设备时才以难以理解的方式失败。

改为与内嵌版本做内容比较,不一致(不存在/损坏/旧版)即重写。

测试:缺失时写入、损坏时重写、一致时跳过。
2026-08-21 03:05:48 +08:00
lbl c5403b6e31 fix(cli): 纯参数模式不再静默丢弃 --tunnel-port
build_from_args_only 用 ..Default::default() 填充其余字段,
args.tunnel_port 被丢弃,纯命令行参数模式下隧道端口设置无效。

顺带修复 vnt-ipc feature 下 main_cli.rs 的 clippy never_loop
(此前验证未覆盖该 feature):loop 两臂都直接 break,去掉 loop。

测试:test_args_only_keeps_tunnel_port 验证参数透传到 Config。
2026-08-21 02:55:08 +08:00
lbl 2aa423062e 支持设置端口 2026-02-28 17:49:11 +08:00
lbl 5a31ad89f4 jni 2026-02-24 18:31:40 +08:00
lbl 4708ed2b16 注册失败时重试 2026-02-24 16:08:18 +08:00
lbl b4301a8106 v2 2026-02-10 18:20:39 +08:00
lubeilin 292893e9dd 调整项目结构、尝试支持安卓 2023-01-08 15:38:45 +08:00
lubeilin 05c85db52a 修复已知问题 2023-01-05 21:40:42 +08:00
lbl8603 49350933c3 Update heartbeat_handler.rs 2023-01-05 11:44:38 +08:00
lbl8603 85be89ddf0 Update unix.rs 2023-01-05 09:39:52 +08:00
lubeilin 0d83dcce9b 修复linux无法运行的问题 2023-01-04 23:22:37 +08:00
lubeilin d4f941d4e7 增加命令 2023-01-04 22:09:59 +08:00
lubeilin a8bfe8a54c 创建项目 2023-01-03 22:36:18 +08:00