mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
Revert "refactor: 移除不再被使用的 TCPTunnelMode"
This reverts commit d1e6161558.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user