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

Method Endpoints

tailcfg/tailcfg_view.go:214–214  ·  view source on GitHub ↗

IP+port (public via STUN, and local LANs)

()

Source from the content-addressed store, hash-verified

212
213// IP+port (public via STUN, and local LANs)
214func (v NodeView) Endpoints() views.Slice[netip.AddrPort] { return views.SliceOf(v.ж.Endpoints) }
215
216// LegacyDERPString is this node's home LegacyDERPString region ID integer, but shoved into an
217// IP:port string for legacy reasons. The IP address is always "127.3.3.40"

Callers 7

waitForPeerReachableFunction · 0.80
peerChangeDiffFunction · 0.80
printPeerConciseFunction · 0.80
nodeConciseEqualFunction · 0.80
logEndpointCreatedMethod · 0.80
updateFromNodeMethod · 0.80
flowFunction · 0.80

Calls 1

SliceOfFunction · 0.92

Tested by 1

waitForPeerReachableFunction · 0.64