refactor: 移除不再被使用的 TCPTunnelMode

This commit is contained in:
Chenx Dust
2026-08-17 22:11:57 +08:00
parent fe4e170ec5
commit d1e6161558
11 changed files with 28 additions and 22 deletions

View File

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