MCPcopy
hub / github.com/fatedier/frp / Run

Method Run

server/proxy/proxy.go:72–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70type Proxy interface {
71 Context() context.Context
72 Run() (remoteAddr string, err error)
73 GetName() string
74 GetConfigurer() v1.ProxyConfigurer
75 GetWorkConnFromPool(src, dst net.Addr) (workConn net.Conn, err error)

Callers 15

RegisterProxyMethod · 0.95
openTunFunction · 0.65
addRoutesFunction · 0.65
RunMethod · 0.65
TestConnReadWriteMsgFunction · 0.65
RunMethod · 0.65
TestDateCounterRotateFunction · 0.65
TestRoutersGetFunction · 0.65
TestRoutersGetByRouteFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestConnReadWriteMsgFunction · 0.52
TestDateCounterRotateFunction · 0.52
TestRoutersGetFunction · 0.52
TestRoutersGetByRouteFunction · 0.52
TestGetRequestRouteUserFunction · 0.52
TestLoadServerConfigFunction · 0.52
TestRenderWithTemplateFunction · 0.52