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

0xacab.org/leap/obfsvpn/control

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0xacab.org/leap/obfsvpn/control

  • v0.0.0-20241110141715-1ac52ff10441
  • Go
  • Socket score

Version published
Created
Source

control

A simple control plane for the obfsvpn node. It's part of the obfsvpn-server docker image.

Control is intended to be used for communication between different services, such as the gateway and bridge distribution service Menshen.

It exposes the bridge configuration and offers to flag a node as down for maintenance.

The endpoints listening to GET requests are:

  • /bridge: returns bridge config as IP, port, certificate, location and maintenance state
  • /enable: flags the bridge as working
  • /disable: flags the bridge as being in maintenance

A couple of environment variables need to be set to run control:

CONTROL_PORT: port control is listening to OBFSVPN_STATE: directory of private and public key, certifcate, bridge-line file OBFSVPN_LOCATION: key representing a location of the OpenVPN gateway the bridge is pointing to. It will be used by Menshen to filter requests to the Menshen API for a bridge location OBFS4_IP: public IP of the bridge, exposed in the Menshen API OBFS4_PORT: port of the bridge, exposed in the Menshen API

FAQs

Package last updated on 10 Nov 2024

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