moor
v0.0.2
Published
🔒 VPN minus annoyance
Downloads
7
Readme
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
- Assumes Tunnelblick macOS app to be installed.
- Assumes a VPN profile is correctly configured in Tunnelblick
- Assumes your VPN account password to be Authenticator TOTP
- 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