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

Method LocalAddr

internal/socks5/proxy.go:410–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

408}
409
410func (sc *streamConn) LocalAddr() net.Addr {
411 return &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 0}
412}
413
414func (sc *streamConn) RemoteAddr() net.Addr {
415 return &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 0}

Callers 3

CreateUDPSocketFunction · 0.80
startQUICClientFunction · 0.80
StartAndAcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected