Skip to content

detj/moor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

πŸŽ‰ A new update is on the horizon

A new version is in the works

  • it'll stop depending on Tunnelblick & depend on OpenVPN directly
  • would auto reconnect on disconnection
  • stability

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