Files
s5p/TASKS.md
user 0710dda8da feat: initial SOCKS5 proxy with chain support
Asyncio-based SOCKS5 server that tunnels connections through
configurable chains of SOCKS5, SOCKS4/4a, and HTTP CONNECT proxies.
Tor integration via standard SOCKS5 hop.
2026-02-15 03:10:25 +01:00

431 B

s5p -- Tasks

Current

  • Scaffold project structure
  • Implement SOCKS5 server
  • Implement protocol handshakes (SOCKS5, SOCKS4/4a, HTTP CONNECT)
  • Implement chain builder
  • CLI and config loading
  • Unit tests (config, proto)
  • Documentation
  • Smoke test with Tor

Next

  • Integration tests with mock proxy server
  • SOCKS5 server-side authentication
  • Tor control port integration