MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / Start

Method Start

internal/socks5/proxy.go:39–41  ·  view source on GitHub ↗

Start starts the SOCKS5 proxy server

(port int, quicConn quic.Connection)

Source from the content-addressed store, hash-verified

37
38// Start starts the SOCKS5 proxy server
39func (p *DefaultProxy) Start(port int, quicConn quic.Connection) error {
40 return p.StartWithContext(context.Background(), port, quicConn)
41}
42
43// generateConnectionID creates a unique ID for tracking connections
44func generateConnectionID() string {

Callers

nothing calls this directly

Calls 1

StartWithContextMethod · 0.95

Tested by

no test coverage detected