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

0xacab.org/atanarjuat/jnk

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0xacab.org/atanarjuat/jnk

  • v0.0.0-20230808192427-2bcf2af3b672
  • Go
  • Socket score

Version published
Created
Source

jnk (جنك)

junk

A small utility to quickly configure OpenVPN services. Intended for development and testing.

Configuration

You can pass an ini-style config file with the --config flag.

In the [images] section you can override which images are used for each service (by default it will use the latest in 0xacab registry for each project).

  • The menshen block is mandatory, since it's the main port that we will expose.
  • The openvpn block is optional. If it is enabled, it will run an OpenVPN container (TODO: auto-configure menshen to read vars from the control port).
  • The bridge-x blocks are optional. It will run as many obfsvpn containers as needed for each type configured.
[images]
menshen = menshen-test
obfsvpn = obfsvpn-test
openvpn =

[menshen]
enabled = true
auto-tls = false
from-eip-url = https://black.riseup.net/3/config/eip-service.json
allow-gateway-list = true
allow-bridge-list = true
bridges = bridge-1:9090

[openvpn]
enabled = false
addr = localhost:1194

[bridge-1]
enabled = true
type = obfs4
gateway = 163.172.211.109:1194
location = amsterdam
addr = localhost:4430

[bridge-2]
enabled = false
type = obfs4-kcp
gateway = 163.172.211.109:1194
location = amsterdam
addr = localhost:4431

FAQs

Package last updated on 08 Aug 2023

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