Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/lambda-tunnel-modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Loading