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

Method StartWithConfig

internal/socks5/proxy.go:185–187  ·  view source on GitHub ↗

StartWithConfig starts the SOCKS5 proxy server with configuration

(port int, quicConn quic.Connection, bufferSize int)

Source from the content-addressed store, hash-verified

183
184// StartWithConfig starts the SOCKS5 proxy server with configuration
185func (p *DefaultProxy) StartWithConfig(port int, quicConn quic.Connection, bufferSize int) error {
186 return p.StartWithConfigAndContext(context.Background(), port, quicConn, bufferSize)
187}
188
189// StartWithConnManager starts the SOCKS5 proxy server with a connection manager
190func (p *DefaultProxy) StartWithConnManager(port int, cm *manager.ConnManager) error {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected