repositorypackage
0.0.0-20200111071543-1044a5f97e75
Repository: https://github.com/yousong/proxyproto.git
Documentation: pkg.go.dev
# README
proxyproto
This package implements HAProxy PROXY support
Features
- Compatible with standard library's net.Listener, net.Conn, net.PacketConn interface
- Support both v1 and v2 of the protocol
- Support both TCP and UDP
TODO
- UnixAddr in net/unixsock.go
- af of LocalAddr() and RemoteAddr()