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

Function New

internal/socks5/proxy.go:34–36  ·  view source on GitHub ↗

New creates a new SOCKS5 proxy

()

Source from the content-addressed store, hash-verified

32
33// New creates a new SOCKS5 proxy
34func New() Proxy {
35 return &DefaultProxy{}
36}
37
38// Start starts the SOCKS5 proxy server
39func (p *DefaultProxy) Start(port int, quicConn quic.Connection) error {

Callers 1

runProxyFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected