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