Update links to Tailscale documentation

This commit is contained in:
Florian Preinstorfer 2026-04-17 21:34:56 +02:00 committed by nblock
parent 7e6c7924ad
commit f1494a32ce
21 changed files with 98 additions and 91 deletions

View file

@ -193,7 +193,7 @@ func (node *Node) IsExpired() bool {
}
// IsEphemeral returns if the node is registered as an Ephemeral node.
// https://tailscale.com/kb/1111/ephemeral-nodes/
// https://tailscale.com/docs/features/ephemeral-nodes
func (node *Node) IsEphemeral() bool {
return node.AuthKey != nil && node.AuthKey.Ephemeral
}
@ -968,7 +968,7 @@ func (nv NodeView) IsExpired() bool {
}
// IsEphemeral returns if the node is registered as an Ephemeral node.
// https://tailscale.com/kb/1111/ephemeral-nodes/
// https://tailscale.com/docs/features/ephemeral-nodes
func (nv NodeView) IsEphemeral() bool {
if !nv.Valid() {
return false