Documentation ¶
Index ¶
Constants ¶
View Source
const ( AuthTypeNoAuth = byte(0) AuthTypePassword = byte(1) )
Variables ¶
View Source
var ( ErrUnsupportedSocksCommand = errors.New("Unsupported socks command.") ErrUnsupportedAuthMethod = errors.New("Unsupported auth method.") )
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶ added in v1.21.2
type ClientConfig struct {
Servers []*protocol.ServerSpec
}
type Config ¶ added in v1.1.1
type Config struct { AuthType byte Accounts map[string]string Address v2net.Address UDPEnabled bool Timeout int }
func (*Config) HasAccount ¶ added in v1.1.1
type Server ¶ added in v1.12.1
type Server struct {
// contains filtered or unexported fields
}
Server is a SOCKS 5 proxy server
func (*Server) Close ¶ added in v1.12.1
func (this *Server) Close()
Close implements InboundHandler.Close().
type ServerFactory ¶ added in v1.17.2
type ServerFactory struct{}
func (*ServerFactory) Create ¶ added in v1.17.2
func (this *ServerFactory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error)
func (*ServerFactory) StreamCapability ¶ added in v1.17.2
func (this *ServerFactory) StreamCapability() internet.StreamConnectionType
Source Files ¶
Click to show internal directories.
Click to hide internal directories.