MCPcopy
hub / github.com/xjasonlyu/tun2socks / Proxy

Interface Proxy

proxy/proxy.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Proxy interface {
25 Dialer
26 Addr() string
27 Proto() proto.Proto
28}
29
30// SetDialer sets default Dialer.
31func SetDialer(d Dialer) {

Callers 9

ParseAddrFunction · 0.65
netstackFunction · 0.65
DialContextMethod · 0.65
DialContextMethod · 0.65
dialContextMethod · 0.65
DialContextMethod · 0.65
DialUDPMethod · 0.65
DialContextMethod · 0.65
netstackFunction · 0.65

Implementers 1

Baseproxy/base.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…