Skip to content

Commit 0b1ba68

Browse files
committed
added changes
1 parent d9e32b3 commit 0b1ba68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
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');

0 commit comments

Comments
 (0)