moor

0.0.2 • Public • Published

Join the chat at https://gitter.im/moor-vpn/Lobby

Overview

Moor is a simple CLI app to easily manage connections to an OpenVPN server. If you are having a hard time using Tunnelblick along with a 2FA solution like Google Authenticator, then moor may feel like fresh clean air.

Requirements

  1. Assumes Tunnelblick macOS app to be installed.
  2. Assumes a VPN profile is correctly configured in Tunnelblick
  3. Assumes your VPN account password to be Authenticator TOTP
  4. node.js needs to be installed, of course

Installation

$ npm install -g moor

This should put moor in your bin path.

Configuration

Moor expects a ~/.moorrc JSON file, that should look like

[
  {
    "name": "<tunnelblick-profile-name>",
    "secret": "<hussssshhhhhhhhhh>"
  }
]

name is the Tunnelblick profile name as it is. secret is the secret provided by the VPN server

Questions

Things are still quite rough around the edges. Feel free to file issues/comments. GitHub Issues

License

MIT

Package Sidebar

Install

npm i moor

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • detj