add socks

This commit is contained in:
ginuerzh
2021-11-05 23:36:50 +08:00
parent ec8615991b
commit e8f040cbdf
29 changed files with 1210 additions and 144 deletions

View File

@ -3,7 +3,6 @@ package http
import "github.com/go-gost/gost/pkg/auth"
const (
addrKey = "addr"
proxyAgentKey = "proxyAgent"
authsKey = "auths"
probeResistKey = "probeResist"
@ -12,7 +11,6 @@ const (
)
type metadata struct {
addr string
authenticator auth.Authenticator
proxyAgent string
retryCount int