package
1.79.0-mod
Repository: https://github.com/sagernet/tailscale.git
Documentation: pkg.go.dev

# Functions

MagicDNSSuffix returns the domain's MagicDNS suffix (even if MagicDNS isn't necessarily in use) of the provided Node.Name value.
MutationsFromMapResponse returns all the discrete node mutations described by res.
NodeMutationsFromPatch returns the NodeMutations that p describes.

# Constants

No description provided by the author

# Structs

NetworkMap is the current state of the world.
NodeMutationDERPHome is a NodeMutation that says a node has changed its DERP home region.
NodeMutation is a NodeMutation that says a node's endpoints have changed.
NodeMutationLastSeen is a NodeMutation that says a node's LastSeen value should be set to the current time.
NodeMutationOnline is a NodeMutation that says a node is now online or offline.

# Interfaces

NodeMutation is the common interface for types that describe the change of a node's state.

# Type aliases

WGConfigFlags is a bitmask of flags to control the behavior of the wireguard configuration generation done by NetMap.WGCfg.