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