SOCKS5 Proxy

Links: GitHub
Tag: Python Async SOCKS5 Proxy

I wanted to experiment with Python’s asyncio and build a server application. SOCKS is a simple binary protocol that is well documented and was easy to implement from the RFC.