feat: extract tags from tailscale node

This commit is contained in:
Stavros
2026-05-10 19:23:34 +03:00
parent 8fad270379
commit 8b28e0c3e4
5 changed files with 6 additions and 2 deletions
+1
View File
@@ -100,6 +100,7 @@ func (ts *TailscaleService) Whois(ctx context.Context, addr string) (*model.Tail
LoginName: who.UserProfile.LoginName,
DisplayName: who.UserProfile.DisplayName,
NodeName: strings.TrimSuffix(who.Node.Name, "."),
Tags: who.Node.Tags,
}
return &res, nil