MCPcopy Create free account
hub / github.com/tailscale/tailcat / DERPMapURL

TypeAlias DERPMapURL

tailcat.go:98–98  ·  view source on GitHub ↗

DERPMapURL is an option for [ConnInfo.Expand] specifying an alternate URL to fetch the DERP map from instead of [DefaultDERPMapURL].

Source from the content-addressed store, hash-verified

96// alternate URL to fetch the DERP map from instead of
97// [DefaultDERPMapURL].
98type DERPMapURL string
99
100// DERPMapCache is an option for [ConnInfo.Expand] and [FetchDERPMap]
101// that caches fetched DERP maps. Without one, a process-wide

Callers 7

clientResolveModeFunction · 0.92
serverFunction · 0.92
genKeyFunction · 0.92
tailcatListenFunction · 0.92
StartMethod · 0.85
ensureStartedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected