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

Method Status

tailcat.go:1823–1825  ·  view source on GitHub ↗

Status returns the current WireGuard and DERP connection status.

()

Source from the content-addressed store, hash-verified

1821
1822// Status returns the current WireGuard and DERP connection status.
1823func (s *Server) Status() *ipnstate.Status {
1824 return s.lb.Status()
1825}
1826
1827// nodePrivateAsDiscoPrivate converts a NodePrivate to a DiscoPrivate by
1828// reusing the same raw key bytes. This is used in tailcat where the server

Callers 2

serverFunction · 0.95
StatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected