Skip to content

Commit 960339e

Browse files
authored
Merge pull request #2168 from AbhishekLambda/stage
removed --mitm
2 parents 6ffe5ca + 2c13166 commit 960339e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kane-ai-geolocation-tunnel-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ KaneAI also supports tunneling to allow you to test websites hosted locally or b
6767

6868
### Steps to Use Tunnel
6969

70-
**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:
70+
**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:
7171

7272
<div className="lambdatest__codeblock">
7373
<CodeBlock className="language-bash">
74-
{`./LT --user ${YOUR_LAMBDATEST_USERNAME()} --key ${YOUR_LAMBDATEST_ACCESS_KEY()} --env ht-prod -v -n TUNNEL_NAME --mitm`}
74+
{`./LT --user ${YOUR_LAMBDATEST_USERNAME()} --key ${YOUR_LAMBDATEST_ACCESS_KEY()} --env ht-prod -v -n TUNNEL_NAME`}
7575
</CodeBlock>
7676
</div>
7777

0 commit comments

Comments
 (0)