1.0.2 • Published 6 months ago

openvpn-node-lib v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Node.js OpenVPN Library

This Node.js library provides functionality to manage OpenVPN connections using Node.js. It allows you to start an OpenVPN connection, handle its output, and stop the connection programmatically.

Installation

To use this library, you'll need Node.js installed on your machine. Clone or download this repository and then install the dependencies using npm:

npm i openvpn-node-lib

Usage

Starting an OpenVPN Connection To start an OpenVPN connection, use the startOpenVPN() function:

const openvpn = require('node-openvpn-lib');

openvpn.startOpenVPN(`path/certificate.opvn, path/credentials.txt`);
1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago