Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

makitso-vpn-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 14 Feb 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc