Socket
Socket
Sign inDemoInstall

vpncmd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vpncmd

Node.js wrapper for SoftEther's VPNCMD


Version published
Maintainers
1
Created
Source

vpncmd.js

Allows you to manage SoftEther VPN servers using JavaScript. Based on oatazelmasry2/softether.js. Requires a local VPNCMD installation.

Getting started

npm install --save vpncmd
const VPNCMD = require("vpncmd")
const vpncmd = new VPNCMD({
  bin: "/usr/local/vpnclient/vpncmd",
  address: "localhost",
  port: "443",
  password: "",
  hub: ""
})

vpncmd.executeCommand("UserList").then((users) => {
  console.log(users)
})

Roadmap

Currently there are plans to add wrapper functions for frequently used VPNCMD commands. There are also plans for better csv parsing support.

Pull requests are welcomed!

Keywords

FAQs

Package last updated on 26 Nov 2016

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc