MCPcopy
hub / github.com/tailscale/tailscale / socksProxy

Struct socksProxy

control/controlhttp/http_test.go:342–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342type socksProxy struct {
343 sync.Mutex
344 closed bool
345 proxy socks5.Server
346 ln net.Listener
347 clientConnAddrs map[string]bool // addrs of the local end of outgoing conns from proxy
348}
349
350func (s *socksProxy) Start(t *testing.T) (url string) {
351 t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected