Odd socks
Implementation of SOCKS 5 protocol in Go.
Usage
> go get github.com/sransara/oddsocks
> oddsocks -h
Usage of oddsocks:
-laddr string
Specify host:port to listen for incoming SOCKS connections (default ":0")
Features
Issues that need support with suggestions and PRs
- Need functional testing for BIND command (#1)
- Need functional testing for UDP ASSOC command (#2)
- Automated integration test suite (#3)
- Add UDP Fragment support (#4)
- Implement socks relay (#5)
- Better strategy for state handler and action injection (#6)
License
MIT