Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
type
Proxy
interface
{
25
Dialer
26
Addr() string
27
Proto() proto.Proto
28
}
29
30
// SetDialer sets default Dialer.
31
func
SetDialer(d Dialer) {
Callers
9
ParseAddr
Function · 0.65
netstack
Function · 0.65
DialContext
Method · 0.65
DialContext
Method · 0.65
dialContext
Method · 0.65
DialContext
Method · 0.65
DialUDP
Method · 0.65
DialContext
Method · 0.65
netstack
Function · 0.65
Implementers
1
Base
proxy/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…