-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Lines 174 to 180 in f4df3cf
| if len(who.Node.CapMap) > 0 { | |
| var capabilities []string | |
| for cap := range who.Node.CapMap { | |
| capabilities = append(capabilities, string(cap)) | |
| } | |
| h.Set("X-Tailscale-Node-Caps", strings.Join(capabilities, ", ")) | |
| } |
Reading this, it looks like X-Tailscale-Node-Caps is comma-separated JSON? which isn't what I would describe as "readily parsable"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels