From a448ff8eb27bd795f67f7f37ef277e84f602b8f8 Mon Sep 17 00:00:00 2001 From: ShubhamSuri <70204532+surishubham@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:30:14 +0530 Subject: [PATCH] Merge pull request #2168 from AbhishekLambda/stage removed --mitm --- docs/kane-ai-geolocation-tunnel-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kane-ai-geolocation-tunnel-proxy.md b/docs/kane-ai-geolocation-tunnel-proxy.md index 3e100d821..404b4dcaa 100644 --- a/docs/kane-ai-geolocation-tunnel-proxy.md +++ b/docs/kane-ai-geolocation-tunnel-proxy.md @@ -67,11 +67,11 @@ KaneAI also supports tunneling to allow you to test websites hosted locally or b ### Steps to Use Tunnel -**Step 1 :** Configure the tunnel using the [LT tunnel binary](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/#lambdatest-tunnel-guide) with `--mitm` and `--env ht-prod` mode enabled. You can use the following command to trigger your tunnel: +**Step 1 :** Configure the tunnel using the [LT tunnel binary](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/#lambdatest-tunnel-guide) with `--env ht-prod` mode enabled. You can use the following command to trigger your tunnel:
-{`./LT --user ${YOUR_LAMBDATEST_USERNAME()} --key ${YOUR_LAMBDATEST_ACCESS_KEY()} --env ht-prod -v -n TUNNEL_NAME --mitm`} +{`./LT --user ${YOUR_LAMBDATEST_USERNAME()} --key ${YOUR_LAMBDATEST_ACCESS_KEY()} --env ht-prod -v -n TUNNEL_NAME`}