Commit Graph
12 Commits
Author SHA1 Message Date
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