Revert "refactor: 移除不再被使用的 TCPTunnelMode"

This reverts commit d1e6161558.
This commit is contained in:
Chenx Dust
2026-08-25 02:25:29 +08:00
parent 4ef59f5d7f
commit f433d0a34c
11 changed files with 22 additions and 28 deletions

View File

@@ -217,6 +217,10 @@ CoreCommand CoreCommandBuilder::build(const ConnectionProfile &profile, const Co
arguments << "-add-route";
}
}
if (profile.tunnel.tcpTunnelMode)
{
arguments << "-tcp-tunnel-mode";
}
if (profile.debug.detailedOutput)
{
arguments << "-debug-dump";