Feature: add Mixed(http+socks5) proxy listening (#685)
This commit is contained in:
@ -21,6 +21,8 @@ func (err Error) Error() string {
|
||||
// Command is request commands as defined in RFC 1928 section 4.
|
||||
type Command = uint8
|
||||
|
||||
const Version = 5
|
||||
|
||||
// SOCKS request commands as defined in RFC 1928 section 4.
|
||||
const (
|
||||
CmdConnect Command = 1
|
||||
|
Reference in New Issue
Block a user