Skip to content

Commit 18a235d

Browse files
Merge pull request #2031 from amanchopra1905/stage
updated the notes
2 parents 3bc8972 + c32d63f commit 18a235d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/hyperexecute-bidi-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ From the project root directory, execute the below CLI command in your terminal:
113113
114114
<div className="lambdatest__codeblock">
115115
<CodeBlock className="language-bash">
116-
{`./hyperexecute --user ${ YOUR_LAMBDATEST_USERNAME()} --key ${ YOUR_LAMBDATEST_ACCESS_KEY()} --config hyperexecute.yaml`}
116+
{`./hyperexecute --user ${ YOUR_LAMBDATEST_USERNAME()} --key ${ YOUR_LAMBDATEST_ACCESS_KEY()} --config yaml/hyperexecute-linux.yaml`}
117117
</CodeBlock>
118118
</div>
119119

docs/network-whitelisting-and-tunnel-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ import TabItem from '@theme/TabItem';
4545
></script>
4646
When testing private or restricted environments on LambdaTest, your team may need to configure network access controls. Depending on how your applications are hosted and secured, LambdaTest supports multiple approaches **Inbound Whitelisting, Dedicated Proxy, Outbound Whitelisting, STUN/TURN Whitelisting, and Tunnel configurations (including Site-to-Site tunnels)**.
4747

48-
This guide helps you decide which option to use for your infrastructure setup.
48+
> These are Inbound and Outbound with respect to user's network.
49+
50+
This guide helps you decide which option to use for your infrastructure setup.
4951

5052
## 1. When Inbound Whitelisting Has to Be Done (Shared IP)
5153
Inbound IP whitelisting allows LambdaTest cloud browsers and devices to directly access your IP-restricted web applications without using a tunnel.

0 commit comments

Comments
 (0)