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

openvpn-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openvpn-server

Python package for managing OpenVPN instances through their entire life cycle

  • 0.1.0
  • Source
  • PyPI
  • Socket score

Maintainers
1

[[TOC]]

Project Goals

This project provides Python package for managing OpenVPN instances through their entire life cycle.
It can be useful for setting up CTF challenges or various labs (be it home or development) to provide access to separated network or VLANs.

Docs

Autogenerated docs can be seen at https://openvpn-server.readthedocs.io/en/stable/

Additional system requirements

  1. Installed OpenVPN
  2. User needs to be able to elevate privileges when executing openvpn binary seamlessly, with no password
    For example, when using sudo you can use visudo to add this line and allow user vpnmaster do just that.
    vpnmaster ALL=(ALL) NOPASSWD: /usr/sbin/openvpn

Keywords

FAQs


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