# README
socks
A implemention of socks5 in Go.
features
- TCP-based client/server
- UDP-based client/server
- No authentication
- GSSAPI authentication
- Username/Password authentication
- CONNECT request
- BIND request
- UDP ASSOCIATE request
- IPv6/IPv6/Domain addressing
install
Install from source
go get github.com/net-agent/socks