From 892e8b298013202cd03804bea3881ff9d6cd0e27 Mon Sep 17 00:00:00 2001 From: ShubhamSuri <70204532+surishubham@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:14:37 +0530 Subject: [PATCH] Merge pull request #1942 from amathur-LT/update_tunnel_connectivity_mode Update tunnel modifiers documentation to include new flags and descriptions --- docs/lambda-tunnel-modifiers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lambda-tunnel-modifiers.md b/docs/lambda-tunnel-modifiers.md index 5b4d9aace..a1878390e 100644 --- a/docs/lambda-tunnel-modifiers.md +++ b/docs/lambda-tunnel-modifiers.md @@ -68,8 +68,8 @@ This document will help you understand all the modifiers/arguments used with Lam | -l | --load-balanced | Activates [Load Balancing](https://www.lambdatest.com/support/docs/load-balancing-in-lambda-tunnel/) for LambdaTest Tunnel | N/A | | | --logFile | Location of the LambdaTest Tunnel Log File | String | | -m | --mitm | Enable the [MITM(Man-in-the-middle)](https://www.lambdatest.com/support/docs/advanced-tunnel-features/#mitmlocaltesting) mode for LambdaTest Tunnel | N/A | -| | --mode | Specifies in which mode tunnel should run [ssh,ws]. (default "ssh") | String | -| | --ntlm | To use Microsoft NTLM (Windows NT LAN Manager) authentication for communication or transport purposes. | Boolean | +| | --mode | Specifies in which mode tunnel should run [ssh,tcp,ws]. (default "ssh") | String | +| | --ntlm | To use Microsoft NTLM (Windows NT LAN Manager) authentication for communication or transport purposes. | Boolean | | | --pidfile | Path Of Pidfile, Where Process ID will Be Written | String | | -p | --port | Port for LambdaTest Tunnel to activate. | Integer | | | --proxy-host | Specifies the Tunnel Proxy Port hostname. | String |