MCPcopy
hub / github.com/v2ray/v2ray-core / Server

Struct Server

proxy/socks/server.go:28–31  ·  view source on GitHub ↗

Server is a SOCKS 5 proxy server

Source from the content-addressed store, hash-verified

26
27// Server is a SOCKS 5 proxy server
28type Server struct {
29 config *ServerConfig
30 policyManager policy.Manager
31}
32
33// NewServer creates a new Server object.
34func NewServer(ctx context.Context, config *ServerConfig) (*Server, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected