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

Struct DefaultProxy

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

DefaultProxy implements Proxy

Source from the content-addressed store, hash-verified

29
30// DefaultProxy implements Proxy
31type DefaultProxy struct{}
32
33// New creates a new SOCKS5 proxy
34func New() Proxy {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected