Versions in this module Expand all Collapse all v0 v0.0.1 Feb 11, 2022 Changes in this version + const NoAuth + const Socks5AtypDomain + const Socks5AtypIP4 + const Socks5AtypIP6 + const UserPassAuth + func Sock5GetRequest(conn io.ReadWriter) (rawaddr []byte, host string, err error) + func Sock5Handshake(conn *net.TCPConn, timeoutms int, username string, password string) (err error) + func Sock5HandshakeBy(conn io.ReadWriter, username string, password string) (err error) + func Sock5SetRequest(conn *net.TCPConn, host string, port int, timeoutms int) (err error)