luigiplr / node-openvpn

Communicate with a openvpn instance via telnet.
131 stars 26 forks source link

Question: Will this ensure that all the connections of the machine are sent through vpn? #5

Closed amilajack closed 8 years ago

luigiplr commented 8 years ago

It should yes, please see https://github.com/luigiplr/node-openvpn/issues/4#issuecomment-239268272 for a up to date example on how to use it.

amilajack commented 8 years ago

I see. What if the machine that the module is running on doesn't have openvpn?

luigiplr commented 8 years ago

Expect fire.

If your planning on using this inside of a electron app, i would recommend simply bundling the platform specific openvpn executable.

amilajack commented 8 years ago

So it wont work without bundling the native libraries?

luigiplr commented 8 years ago

Correct.