An open API service indexing awesome lists of open source software.

https://github.com/spcharc/simplesocks5

A simple Socks5 server
https://github.com/spcharc/simplesocks5

python3 socks5-server

Last synced: 4 months ago
JSON representation

A simple Socks5 server

Awesome Lists containing this project

README

          

# SimpleSocks5
A simple asynchronous (async / await) Socks5 server that handles CONNECT requests.

(It does not support BIND or UDP ASSOCIATE)

`SimpleSocks5.py` is all you need. It does not require any 3rd party libraries.

Inspired by https://gist.github.com/scturtle/7967cb4e7c2bb0f91ca5