MCPcopy Index your code
hub / github.com/tailscale/tailscale / Handle

Method Handle

cmd/sniproxy/server.go:262–262  ·  view source on GitHub ↗

Handle handles the given socket.

(c net.Conn)

Source from the content-addressed store, hash-verified

260type handler interface {
261 // Handle handles the given socket.
262 Handle(c net.Conn)
263
264 // ReachableOn returns the IP addresses this handler is reachable on.
265 ReachableOn() []netip.Addr

Callers 15

addProfilingHandlersFunction · 0.65
DebuggerFunction · 0.65
handleMethod · 0.65
TestDebuggerHandleFunction · 0.65
registerVarzFunction · 0.65
resolvePipeHandleFunction · 0.65
TokenMethod · 0.65
TestProberRunHandlerFunction · 0.65
TestRunAllHandlerFunction · 0.65
TestExcludeInRunAllFunction · 0.65
mainFunction · 0.65

Implementers 2

tcpRoundRobinHandlercmd/sniproxy/handlers.go
tcpSNIHandlercmd/sniproxy/handlers.go

Calls

no outgoing calls

Tested by 15

TestDebuggerHandleFunction · 0.52
TestProberRunHandlerFunction · 0.52
TestRunAllHandlerFunction · 0.52
TestExcludeInRunAllFunction · 0.52
TestPinnedCertRawIPFunction · 0.52
TestCSRFProtectionFunction · 0.52
TestCSRFCookieSecureModeFunction · 0.52
TestRefererPolicyFunction · 0.52