Files
s5p/TASKS.md

669 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
  • Containerfile + compose.yaml (Alpine)
  • Graceful SIGTERM shutdown
  • cProfile support (--cprofile)
  • Config split (example.yaml tracked, s5p.yaml gitignored)

Next

  • Gather working public proxy list for post-Tor chaining
  • Integration tests with mock proxy server
  • SOCKS5 server-side authentication
  • Tor control port integration