New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openvpn-bin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openvpn-bin

Initialize a openvpn instance for mac, windows & linux

  • 0.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

openvpn-bin

Initialize a openvpn instance for mac, windows & linux

Recommended https://github.com/luigiplr/node-openvpn is used as management console (designed to be chainable)

var openvpnbin = require('openvpn-bin');

var args = {
        host: '127.0.0.1',
        port: 1337,
        scriptSecurity: 2,
        config: 'config.ovpn',
        cwd: process.cwd(),
        up: '', //optional but must be used with down; should be only used for mac and linux
        down: '' //optional but must be used with up; should be only used for mac and linux
    };


openvpnbin.initialize('path-to-open-vpn-exsecutable', args)
  .then(function(){console.log('openvpn instance started'}))
  .catch(function(){console.log('something went wrong! -- check the logs.'}))

openvpnbin.shutdown() coming soon.

Keywords

FAQs

Package last updated on 10 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc