ovpn-log-parser

Reads OpenVPN server status log and exposes it in JSON format.


Keywords
openvpn, server, log, parser
License
MIT
Install
npm install ovpn-log-parser@0.1.1

Documentation

ovpn-log-parser

NodeJs OpenVPN server log parser.

This module is used in InfraTus and available via npm.

Installation

npm install ovpn-log-parser --save

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.0 Initial release

Module creation based on tutorial: http://quickleft.com/blog/creating-and-publishing-a-node-js-module