Skip to main content

easysocks5 is a simple SOCKS5 server implementation with AsyncIO

Project description

easysocks5

easysocks5 is a simple SOCKS5 implementation based on AsyncIO.

Currently only SOCKS5 without authentication and CONNECT command are supported.

Requirement

Python >= 3.7

Quick guide

Install from PyPI

python3 -m pip install easysocks5
python3 -m easysocks5.server -H 127.0.0.1 -P 8888

Get latest version from GitHub

git clone https://github.com/frankurcrazy/easysocks5
cd easysocks5 && python -m easysocks5.server -H 127.0.0.1 -P 8888

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easysocks5-0.0.5.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

easysocks5-0.0.5-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page