Skip to content

Commit 8bbc7c3

Browse files
authored
Merge pull request #12 from dubesar/master
Added load balanced mode
2 parents d9e32b3 + 0c0f6c8 commit 8bbc7c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lib/tunnel.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,12 @@ function addArguments_(self, fnCallback) {
557557
}
558558
break;
559559

560+
case 'loadbalanced':
561+
if(value) {
562+
binaryArgs.push('--load-balanced');
563+
}
564+
break;
565+
560566
case 'proxyhost':
561567
if (value) {
562568
binaryArgs.push('--proxy-host');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/node-tunnel",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Nodejs bindings for LambdaTest Tunnel",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)