Socket
Book a DemoInstallSign in
Socket

socksv5-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socksv5-cli

Socksv5 server Cli

1.3.1
latest
Source
npmnpm
Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

Socksv5 Cli

Hosts socksv5 proxy when given a simple config

Installation:

npm install -g socksv5-cli

Ussage:

socksv5 /full/path/to/config.json

Config

Config File Generation

Config file generation:

A basic config file generator is provided, it will try to create an unauthenticated proxy for every external network interface.

socksv5-gen > proxy_config.json

Config file management

A utility for config file management is provided

socksv5-config

This file assumes that your config file is stored in /etc/socksv5.conf

See socksv5-config help for more information about the config manager

Config File Examples

Config file format (See config.sample.json):

[
	{
		"host": <external ip>,
		"port": <port>,
		"username": <username>,
		"password": <password>
	}
]

Example config:

[
	{
		"host": "123.456.789.123",
		"port": 123,
		"username": "proxy1user",
		"password": "proxy1pass"
	},
	{
		"host": "51.23.4.123",
		"port": 124,
		"username": "proxy2user",
		"password": "proxy2user"
	}
]

FAQs

Package last updated on 26 Jan 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.