Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 291 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 291 Bytes

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