Asyncio-based SOCKS5 server that tunnels connections through configurable chains of SOCKS5, SOCKS4/4a, and HTTP CONNECT proxies. Tor integration via standard SOCKS5 hop.
9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
*.egg
|
|
.eggs/
|
|
dist/
|
|
build/
|
|
.venv/
|