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

Method Addr

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

Addr returns the server's IPv6 address derived from its public key. It must only be called after [Server.Start].

()

Source from the content-addressed store, hash-verified

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

Callers 8

StartMethod · 0.80
nodeHasAddrFunction · 0.80
DiscoPingMethod · 0.80
tailcat.goFile · 0.80
DialTCPMethod · 0.80
TestHalfCloseFunction · 0.80
clientSOCKSModeFunction · 0.80
runDevDERPFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestHalfCloseFunction · 0.64