2017-01-12 18:56:21 -05:00
|
|
|
// Package socks provides implements of Socks protocol 4, 4a and 5.
|
2017-01-07 19:06:35 -05:00
|
|
|
package socks
|
2017-04-08 19:43:25 -04:00
|
|
|
|
2022-01-02 10:16:23 -05:00
|
|
|
//go:generate go run github.com/v2fly/v2ray-core/v5/common/errors/errorgen
|