Status returns the current WireGuard and DERP connection status.
()
| 1821 | |
| 1822 | // Status returns the current WireGuard and DERP connection status. |
| 1823 | func (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 |