Socket
Socket
Sign inDemoInstall

makitso-vpn-plugin

Package Overview
Dependencies
86
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    makitso-vpn-plugin

Makitso plugin - Manage your 2FA VPN connections with Tunnelblick or Viscosity


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Makitso plugin

Manage your 2FA VPN connections with Tunnelblick or Viscosity

A tool to make it just a little easier to connect to a VPN which requires that the pasword be a concatination of a static password and a 2FA token.

Provides Commands

CommandDescription
vpn connect <name> <token>Connect to VPN
vpn disconnect <name>Disconnect from VPN
vpn statusList connections and their state
yarn add makitso-vpn-plugin
"use strict";
const Makitso = require("makitso");
const VPN = require("makitso-vpn-plugin");

// const vpn = VPN.plugin({ client: "tunnelblick" });
const vpn = VPN.plugin({ client: "viscosity" });

Makitso({ plugins: [Makitso.Plugins(), vpn] }).catch(console.error);

FAQs

Last updated on 14 Feb 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc