SOCKS5Engine

High-performance SOCKS5 server by Vee Security

Stars
43
Forks
7
Open issues
2
Closed issues
1
Last commit
almost 5 years ago
Watchers
43
Total releases
0
Total commits
5
Open PRs
0
Closed PRs
1
Repo URL
Platform
License
agpl-3.0
Category
Usecase
Technology
MongoDB
Offers premium version?
NO
Proprietary?
NO
About

Vee Proxy Engine

A highly-customizable lightweight SOCKS5-server supporting RADIUS, Redis, subnet whitelisting and blacklisting, session counting.

For SOCKS5 protocol specification, consult https://www.ietf.org/rfc/rfc1928.txt.
For details on username/password SOCKS5 authentication, consult https://tools.ietf.org/html/rfc1929.

This version of VPE supports username/password authentication (METHOD 02) and no authentication (METHOD 01).
It supports CONNECT and UDP ASSOCIATE (fragmentation is not implemented) requests.

Usage

To run VPE, specify the -conf=<full path to the config> flag. /etc/VeeProxyEngine.conf is assumed to be the default config location.

VPE listens for SIGUSR1 signals and displays data about idle workers and the connection queue on SIGUSR1.

Use the -h flag to see the configuration details.
Use the -v flag to see the version of your build.

Configuration

We advise that you set this up as a system service.
If you are willing to use RADIUS for authentication, we highly recommend running Redis for caching.
No matter what authentication scheme you choose, it makes sense to run Redis to keep track of your users' sessions.

For the detailed documentation and a configuration example, see VeeProxyEngine.conf.

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.