Skip to content

frankurcrazy/easysocks5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easysocks5

PyPI version

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