Skip to content

Commit 134ae1d

Browse files
author
Kanhaiya Lal Singh
committed
Updated readme for new flags
- egressOnly: Uses proxy settings only for outbound requests. - ingressOnly: Uses proxy settings only for inbound requests. - dns: Comma separated list of dns servers - sshConnType: Specify type of ssh connection (over_22, over_443, over_ws) - mode: Specifies in which mode tunnel should run [ssh,ws] - nows: Force tunnel to run in non websocket mode
1 parent 370bf1d commit 134ae1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ tunnelArguments = {
322322
logFile: '/lambdatest/logs.txt'
323323
};
324324
```
325+
- egressOnly: Uses proxy settings only for outbound requests.
326+
- ingressOnly: Uses proxy settings only for inbound requests.
327+
- dns: Comma separated list of dns servers
328+
- sshConnType: Specify type of ssh connection (over_22, over_443, over_ws)
329+
- mode: Specifies in which mode tunnel should run [ssh,ws]
330+
- nows: Force tunnel to run in non websocket mode
325331

326332
## Contribute
327333

0 commit comments

Comments
 (0)