Addr returns the server's IPv6 address derived from its public key. It must only be called after [Server.Start].
()
| 533 | // Addr returns the server's IPv6 address derived from its public key. |
| 534 | // It must only be called after [Server.Start]. |
| 535 | func (s *Server) Addr() netip.Addr { return s.lb.addr } |
| 536 | |
| 537 | // Close shuts down the server, closing the WireGuard engine and DERP connections. |
| 538 | func (s *Server) Close() error { |
no outgoing calls