pghalliday / node-BrowserStackTunnel

https://www.npmjs.com/package/browserstacktunnel-wrapper
MIT License
17 stars 24 forks source link

Support the `-forcelocal` option #14

Closed mgol closed 9 years ago

mgol commented 9 years ago

The BrowserStack tunnel binary supports the -forcelocal option:

$ ./node_modules/browserstacktunnel-wrapper/bin/darwin/x64/BrowserStackLocal -h

Configuration Options:
...
-forcelocal
     Route all traffic via local machine
...

The wrapper should support it.

mgol commented 9 years ago

PR: #18