A new version is in the works
- it'll stop depending on Tunnelblick & depend on OpenVPN directly
- would auto reconnect on disconnection
- stability
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.
- 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
$ npm install -g moor
This should put moor
in your bin path.
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
Things are still quite rough around the edges. Feel free to file issues/comments. GitHub Issues