MCPcopy
hub / github.com/cloudflare/cloudflared / StandardRequestHandler

Struct StandardRequestHandler

socks/request_handler.go:20–23  ·  view source on GitHub ↗

StandardRequestHandler implements the base socks5 command processing

Source from the content-addressed store, hash-verified

18
19// StandardRequestHandler implements the base socks5 command processing
20type StandardRequestHandler struct {
21 dialer Dialer
22 accessPolicy *ipaccess.Policy
23}
24
25// NewRequestHandler creates a standard SOCKS5 request handler
26// This handles the SOCKS5 commands and proxies them to their destination

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected